Disable hearing in zeus camera

This commit is contained in:
SzwedzikPL 2015-07-13 21:01:41 +02:00
parent 86a8fb0b64
commit 60641d57d2

View File

@ -22,6 +22,7 @@ PARAMS_2(_unit,_strength);
if (isNull _unit) exitWith {};
if (_strength < 0.05) exitWith {};
if (!isNull curatorCamera) exitWith {};
if (_unit getVariable ["ACE_hasEarPlugsin", false]) then {
_strength = _strength / 4;