mirror of
https://github.com/nzp-team/quakec.git
synced 2025-02-20 18:52:36 +00:00
SERVER: Tweak sniper scope weapon zoom
This commit is contained in:
parent
f416363b21
commit
6122e48a94
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue