Added local event upon successful treatment.

This commit is contained in:
Glowbal 2015-08-06 23:50:44 +02:00
parent 4b5632a8f6
commit 5ac2972573

View File

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