Remove superfluous todo

This commit is contained in:
KoffeinFlummi 2015-03-17 08:02:55 +01:00
parent 056625f0fe
commit 8a3e3d4b52

View File

@ -32,6 +32,4 @@ if (_selection == "all") then {
_damage = ((_target getHitPointDamage _point) - BANDAGEHEAL) max 0;
[_target, _point, _damage] call FUNC(setHitPointDamage);
// @todo: leg/arm damage - in setHitPointDamage?
};