mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added "medical_onSetDead" local event in fnc_setDead.sqf
This commit is contained in:
parent
237b5b4e35
commit
4a416a12a2
@ -74,5 +74,8 @@ _unit setvariable ["ACE_isDead", true, true];
|
||||
if (isPLayer _unit) then {
|
||||
_unit setvariable ["isDeadPlayer", true, true];
|
||||
};
|
||||
|
||||
["medical_onSetDead", _unit] call EFUNC(common,localEvent);
|
||||
|
||||
_unit setdamage 1;
|
||||
true;
|
||||
|
Loading…
Reference in New Issue
Block a user