mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix Missing Strings
This commit is contained in:
parent
04e6acfc6a
commit
e01ba64683
@ -22,7 +22,7 @@ class CfgVehicles {
|
||||
class Arguments {
|
||||
class level {
|
||||
displayName = CSTRING(MedicalSettings_level_DisplayName);
|
||||
description = CSTRING(MedicalSettings_);
|
||||
description = CSTRING(MedicalSettings_level_Description);
|
||||
typeName = "NUMBER";
|
||||
class values {
|
||||
class normal {
|
||||
|
@ -50,7 +50,7 @@ if (_show) then {
|
||||
_genericMessages = [];
|
||||
|
||||
if (GVAR(level) >= 2) then {
|
||||
_partText = [LSTRING(Head), LSTRING(Torso), LSTRING(ArmLeft) ,LSTRING(ArmRight) ,LSTRING(LegLeft), LSTRING(LegRight)] select _selectionN;
|
||||
_partText = [LSTRING(Head), LSTRING(Torso), LSTRING(LeftArm) ,LSTRING(RightArm) ,LSTRING(LeftLeg), LSTRING(RightLeg)] select _selectionN;
|
||||
_genericMessages pushback [localize _partText, [1, 1, 1, 1]];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user