mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
Update FindSuppressor.sqf
This commit is contained in:
parent
44d8ed97df
commit
af4f96b214
@ -40,9 +40,9 @@ switch (_ammoName) do {
|
||||
|
||||
case ((_ammoName find "9 mm") > -1): {_result = "muzzle_snds_L";};
|
||||
|
||||
case ((_ammoName find "388") > -1): {_result = _rnd338 call BIS_fnc_selectRandom;};
|
||||
case ((_ammoName find ".388") > -1): {_result = _rnd338 call BIS_fnc_selectRandom;};
|
||||
|
||||
case ((_ammoName find "93") > -1): {_result = _rnd93 call BIS_fnc_selectRandom;};
|
||||
case ((_ammoName find "9.3 mm") > -1): {_result = _rnd93 call BIS_fnc_selectRandom;};
|
||||
|
||||
};
|
||||
_result
|
||||
|
Loading…
Reference in New Issue
Block a user