mirror of
https://github.com/nzp-team/quakec.git
synced 2025-04-06 10:01:57 +00:00
Merge branch 'main' of https://github.com/nzp-team/quakec
This commit is contained in:
commit
8e0a7d6dbc
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue