mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Enable forgotten unconscious fade in/out effects (#8156)
This commit is contained in:
parent
05ab4ba677
commit
dcfb5aa224
@ -49,6 +49,7 @@ GVAR(bloodTickCounter) = 0;
|
|||||||
private _volume = missionNamespace getVariable [QEGVAR(hearing,unconsciousnessVolume), VOL_UNCONSCIOUS];
|
private _volume = missionNamespace getVariable [QEGVAR(hearing,unconsciousnessVolume), VOL_UNCONSCIOUS];
|
||||||
[QUOTE(ADDON), _volume, _unconscious] call EFUNC(common,setHearingCapability);
|
[QUOTE(ADDON), _volume, _unconscious] call EFUNC(common,setHearingCapability);
|
||||||
|
|
||||||
|
[_unconscious, 1] call FUNC(effectUnconscious);
|
||||||
[true] call FUNC(handleEffects);
|
[true] call FUNC(handleEffects);
|
||||||
["unconscious", _unconscious] call EFUNC(common,setDisableUserInputStatus);
|
["unconscious", _unconscious] call EFUNC(common,setDisableUserInputStatus);
|
||||||
}] call CBA_fnc_addEventHandler;
|
}] call CBA_fnc_addEventHandler;
|
||||||
|
Loading…
Reference in New Issue
Block a user