mirror of
https://github.com/acemod/ACE3.git
synced 2025-07-25 04:42:48 +00:00
Added local event upon successful treatment.
This commit is contained in:
@ -70,3 +70,5 @@ _args call FUNC(createLitter);
|
|||||||
if (!(_target getvariable [QGVAR(addedToUnitLoop),false])) then {
|
if (!(_target getvariable [QGVAR(addedToUnitLoop),false])) then {
|
||||||
[_target] call FUNC(addToInjuredCollection);
|
[_target] call FUNC(addToInjuredCollection);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
["medical_treatmentSuccess", [_caller, _target, _selectionName, _className]] call EFUNC(common,localEvent);
|
||||||
|
Reference in New Issue
Block a user