mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
No suppressor for zafir
This commit is contained in:
parent
c4ffd25836
commit
3d368dd3b4
@ -14,7 +14,7 @@ _result = "";
|
||||
_weapon = _this;
|
||||
|
||||
// Zafir accepts no suppressors :(
|
||||
if (_weapon=="LMG_Zafir_F") exitWith {""};
|
||||
if ((_weapon find "Zafir")>-1) exitWith {""};
|
||||
|
||||
_rnd338 = ["muzzle_snds_338_black","muzzle_snds_338_green","muzzle_snds_338_sand"];
|
||||
_rnd93 = ["muzzle_snds_93mmg","muzzle_snds_93mmg_tan"];
|
||||
|
Loading…
Reference in New Issue
Block a user