mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Prevent starting additional vital loops on full heal (#4885)
This commit is contained in:
parent
9733ddc1c0
commit
5105394f29
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user