mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added local event upon successful treatment.
This commit is contained in:
parent
4b5632a8f6
commit
5ac2972573
@ -70,3 +70,5 @@ _args call FUNC(createLitter);
|
||||
if (!(_target getvariable [QGVAR(addedToUnitLoop),false])) then {
|
||||
[_target] call FUNC(addToInjuredCollection);
|
||||
};
|
||||
|
||||
["medical_treatmentSuccess", [_caller, _target, _selectionName, _className]] call EFUNC(common,localEvent);
|
||||
|
Loading…
Reference in New Issue
Block a user