Lower group icons resource layer

Following 12abbfa
This commit is contained in:
ebayShopper
2017-03-31 15:12:24 -04:00
parent 0e244196e5
commit d5e808e4d1
9 changed files with 14 additions and 14 deletions

View File

@@ -25,7 +25,7 @@ R3F_TIRED_FNCT_Voile_Noir = {
R3F_TIRED_ForceWalk = false;
R3F_TIRED_FNCT_Overburdened = {
localize "STR_R3F_WEIGHT_Overburdened" call dayz_rollingMessages;
[localize "STR_R3F_WEIGHT_Overburdened",1] call dayz_rollingMessages;
if (!R3F_TIRED_ForceWalk) then {
R3F_TIRED_ForceWalk = true;
@@ -44,7 +44,7 @@ R3F_TIRED_FNCT_Overburdened = {
};
R3F_TIRED_ForceWalk = false;
player forceWalk false;
cutText ["","PLAIN DOWN"]; // Clear overburdened message
["",1] call dayz_rollingMessages; // Clear overburdened message
};
};
};