mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Start vital tracking after treatment
This commit is contained in:
parent
8abd3c1fef
commit
8dbca1d3de
@ -55,3 +55,8 @@ if (isNil _callback) then {
|
||||
_args call _callback;
|
||||
|
||||
_args call FUNC(createLitter);
|
||||
|
||||
//If we're not already tracking vitals, start:
|
||||
if (!(_target getvariable [QGVAR(addedToUnitLoop),false])) then {
|
||||
[_target] call FUNC(addToInjuredCollection);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user