mirror of
https://github.com/nzp-team/quakec.git
synced 2025-03-02 07:23:05 +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:
|
case W_COLT:
|
||||||
return 80;
|
return 80;
|
||||||
case W_BIATCH:
|
case W_BIATCH:
|
||||||
return 80;
|
return 50;
|
||||||
case W_KAR:
|
case W_KAR:
|
||||||
return 50;
|
return 50;
|
||||||
case W_ARMAGEDDON:
|
case W_ARMAGEDDON:
|
||||||
|
|
Loading…
Reference in a new issue