mirror of
https://github.com/nzp-team/quakec.git
synced 2025-01-31 13:40:52 +00:00
SERVER: Fix disparity between Mustang & Sally reserve ammunition
This commit is contained in:
parent
c694387819
commit
c8633f1f58
1 changed files with 1 additions and 1 deletions
|
@ -696,7 +696,7 @@ float(float wep) getWeaponAmmo =
|
|||
case W_COLT:
|
||||
return 80;
|
||||
case W_BIATCH:
|
||||
return 80;
|
||||
return 50;
|
||||
case W_KAR:
|
||||
return 50;
|
||||
case W_ARMAGEDDON:
|
||||
|
|
Loading…
Reference in a new issue