Merge pull request #110 from tanuki-billie/patch-1

Fix incorrect mag size for Gewehr 43
This commit is contained in:
cypress 2025-02-19 21:06:03 -08:00 committed by GitHub
commit 3af4fd655b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -618,9 +618,9 @@ float(float wep) getWeaponMag =
case W_IMPELLER:
return 64;
case W_GEWEHR:
return 12;
case W_COMPRESSOR:
return 10;
case W_COMPRESSOR:
return 12;
case W_KAR_SCOPE:
return 5;
case W_HEADCRACKER: