mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
implement pr #5385
This commit is contained in:
parent
6520fdb624
commit
306c449986
@ -14,7 +14,7 @@
|
||||
// Calling this function inside curly brackets allows the usage of
|
||||
// "exitWith", which would be broken with "HandleDamage" otherwise.
|
||||
_unit setVariable [
|
||||
QGVAR(HandleDamageEHID),
|
||||
QEGVAR(medical,HandleDamageEHID),
|
||||
_unit addEventHandler ["HandleDamage", {_this call FUNC(handleDamage)}]
|
||||
];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user