fixed variable name

This commit is contained in:
Glowbal 2015-03-19 21:14:42 +01:00
parent b470276f7f
commit 3dda70a4af

View File

@ -76,7 +76,7 @@ if (_show) then {
}foreach _openWounds;
} else {
{
_selectionBloodLoss set [_forEachIndex, _unit getHitPointDamage _x];
_selectionBloodLoss set [_forEachIndex, _target getHitPointDamage _x];
} forEach ["HitHead", "HitBody", "HitLeftArm", "HitRightArm", "HitLeftLeg", "HitRightLeg"];
// @todo Injury texts?