implement pr #5385

This commit is contained in:
commy2 2018-01-02 16:36:17 +01:00
parent 6520fdb624
commit 306c449986

View File

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