mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fixed incorrect macro usage
This commit is contained in:
parent
6b73eafcce
commit
25a75b9f69
@ -126,7 +126,7 @@ if (EGVAR(medical,level) >= 2) then {
|
|||||||
] select _forEachIndex);
|
] select _forEachIndex);
|
||||||
_allInjuryTexts pushBack [format ["%1 %2", _severity, toLower _part], [1,1,1,1]];
|
_allInjuryTexts pushBack [format ["%1 %2", _severity, toLower _part], [1,1,1,1]];
|
||||||
};
|
};
|
||||||
} forEach (_target getvariable [QGVAR(bodyPartStatus), [0,0,0,0,0,0]]);
|
} forEach (_target getvariable [QEGVAR(medical,bodyPartStatus), [0,0,0,0,0,0]]);
|
||||||
};
|
};
|
||||||
|
|
||||||
[_selectionBloodLoss, _display] call FUNC(updateBodyImage);
|
[_selectionBloodLoss, _display] call FUNC(updateBodyImage);
|
||||||
|
Loading…
Reference in New Issue
Block a user