mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed: should only display "no injuries" when there are no injuries. Not the other way around
This commit is contained in:
parent
130569c485
commit
85dc59d66c
@ -33,6 +33,6 @@ _amountOfGeneric = count _genericMessages;
|
||||
_lbCtrl lbSetColor [_forEachIndex + _amountOfGeneric, _color];
|
||||
} forEach _allInjuryTexts;
|
||||
|
||||
if !(_allInjuryTexts isEqualTo []) then {
|
||||
if (_allInjuryTexts isEqualTo []) then {
|
||||
_lbCtrl lbAdd localize ELSTRING(medical,NoInjuriesBodypart);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user