mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fullHeal now resets reviveState
This commit is contained in:
parent
4ddb496d8b
commit
d3c9d111e1
@ -52,6 +52,7 @@ if (alive _unit) exitwith {
|
||||
// generic medical admin
|
||||
_unit setvariable [QGVAR(addedToUnitLoop), false, true];
|
||||
_unit setvariable [QGVAR(inCardiacArrest), false, true];
|
||||
_unit setvariable [QGVAR(inReviveState), false, true];
|
||||
_unit setVariable ["ACE_isUnconscious", false, true];
|
||||
_unit setvariable [QGVAR(hasLostBlood), false, true];
|
||||
_unit setvariable [QGVAR(isBleeding), false, true];
|
||||
|
Loading…
Reference in New Issue
Block a user