This commit is contained in:
cypress 2024-05-14 19:34:58 -07:00
commit be38f652a9

View file

@ -4720,6 +4720,7 @@ float(float weapon) WepDef_DoesNotPlayUpgradedSound =
switch(weapon) { switch(weapon) {
case W_DG3: case W_DG3:
case W_PORTER: case W_PORTER:
case W_FIW:
return true; return true;
default: default:
return false; return false;