SERVER: Tweak sniper scope weapon zoom

This commit is contained in:
cypress 2023-08-26 20:13:56 -04:00
parent f416363b21
commit 6122e48a94

View file

@ -4179,7 +4179,7 @@ float(float wep) GetWeaponZoomAmount =
return 25;
case W_KAR_SCOPE:
case W_HEADCRACKER:
return 50;
return 47;
case W_THOMPSON:
case W_GIBS:
return 10;