No suppressor for zafir

This commit is contained in:
eraser1 2015-09-01 12:17:32 -05:00
parent c4ffd25836
commit 3d368dd3b4

View File

@ -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"];