mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fixed variable name
This commit is contained in:
parent
b470276f7f
commit
3dda70a4af
@ -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?
|
||||
|
Loading…
Reference in New Issue
Block a user