mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
add todo note
This commit is contained in:
@ -39,7 +39,7 @@ _damage = _damage min 0.99;
|
|||||||
// These control blood material visuals.
|
// These control blood material visuals.
|
||||||
// If damage is in dummy hitpoints, "hands" and "legs", don't change anything
|
// If damage is in dummy hitpoints, "hands" and "legs", don't change anything
|
||||||
if (_hitPoint in ["hithead", "hitbody", "hithands", "hitlegs"]) exitWith {
|
if (_hitPoint in ["hithead", "hitbody", "hithands", "hitlegs"]) exitWith {
|
||||||
TRACE_2("hd exited (hardcoded)",_hitPoint,_oldDamage);
|
TRACE_2("hd exited (hardcoded)",_hitPoint,_oldDamage); // @todo, this no longer works, as 'depends' hitpoints are calculated after each hd call
|
||||||
_oldDamage
|
_oldDamage
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user