mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge pull request #4013 from acemod/fix-color-medicaldisplay
Fix injuries shown as blue instead of red
This commit is contained in:
commit
f1bf5f8e7b
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user