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 Glowbal
parent 9733ddc1c0
commit 5105394f29

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