Merge pull request #70 from tanuki-billie/main

This commit is contained in:
cypress 2024-02-12 07:47:30 -05:00 committed by GitHub
commit cdc774bdcd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -792,7 +792,7 @@ float(float wep) getWeaponAmmo =
case W_TESLA:
return 15;
case W_DG3:
return 32;
return 30;
case W_BK:
return 4;
case W_KRAUS: