Start vital tracking after treatment

This commit is contained in:
PabstMirror 2015-05-14 22:18:53 -05:00 committed by KoffeinFlummi
parent f511de0a49
commit 2c3a5b0603

View File

@ -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);
};