Prevent starting additional vital loops on full heal (#4885)

This commit is contained in:
Dedmen Miller 2017-03-03 00:22:16 +01:00 committed by PabstMirror
parent 6ce9ede1b5
commit 512592b79d

View File

@ -47,7 +47,6 @@ if (alive _target) exitWith {
_target setVariable [QGVAR(airwayCollapsed), false, true];
// generic medical admin
_target setVariable [QGVAR(addedToUnitLoop), false, true];
_target setVariable [QGVAR(inCardiacArrest), false, true];
_target setVariable [QGVAR(inReviveState), false, true];
_target setVariable ["ACE_isUnconscious", false, true];