SERVER: Fix disparity between Mustang & Sally reserve ammunition

This commit is contained in:
cypress 2023-12-07 13:12:20 -05:00
parent c694387819
commit c8633f1f58

View file

@ -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: