mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
wake up by epinephrine in revive state
This commit is contained in:
parent
551c36d690
commit
7f9043897c
@ -22,3 +22,7 @@ _target = _this select 1;
|
||||
_className = _this select 3;
|
||||
|
||||
[_target, false] call FUNC(setUnconscious);
|
||||
|
||||
if (_target getvariable [QGVAR(inReviveState), false]) then {
|
||||
_target setvariable [QGVAR(inReviveState), nil, true];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user