wake up by epinephrine in revive state

This commit is contained in:
Glowbal 2015-04-04 22:50:38 +02:00
parent 551c36d690
commit 7f9043897c

View File

@ -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];
};