Merge pull request #4013 from acemod/fix-color-medicaldisplay

Fix injuries shown as blue instead of red
This commit is contained in:
Glowbal 2016-06-27 19:57:52 +02:00 committed by GitHub
commit f1bf5f8e7b

View File

@ -129,7 +129,7 @@ if (_show) then {
};
} foreach _bandagedwounds;
} else {
private _damaged = [true, true, true, true, true, true];
_damaged = [true, true, true, true, true, true];
{
private _hitPoint = [_target, _x, true] call FUNC(translateSelections);
_selectionBloodLoss set [_forEachIndex, _target getHitPointDamage _hitPoint];