Update FindSuppressor.sqf

This commit is contained in:
Defent 2015-08-31 22:49:54 +02:00
parent 1fa461da5b
commit b560462a4e

View File

@ -38,7 +38,7 @@ switch (_ammoName) do {
case ((_ammoName find ".45") > -1): {_result = "muzzle_snds_acp";};
case ((_ammoName find "9") > -1): {_result = "muzzle_snds_L";};
case ((_ammoName find "9 mm") > -1): {_result = "muzzle_snds_L";};
case ((_ammoName find "388") > -1): {_result = _rnd338 call BIS_fnc_selectRandom;};