Add message for already wearing clothes

Because it isn't always obvious.
This commit is contained in:
ebayShopper
2017-02-26 15:31:59 -05:00
parent f0ef0fce35
commit 62312a85c7
2 changed files with 5 additions and 1 deletions

View File

@@ -55,8 +55,9 @@ if ( (isClass(_config >> _itemNew)) ) then {
player addMagazine _itemNew;
_morphHandle = [dayz_playerUID,dayz_characterID,_model] spawn player_humanityMorph;
};
} else {
localize "str_player_fail_wear3" call dayz_rollingMessages;
};
} else {
localize "str_epoch_player_86" call dayz_rollingMessages;
};

View File

@@ -7316,6 +7316,9 @@
<French>Pour l&apos;instant cette tenue n&apos;existe pas pour femmes.</French>
<Czech>Hráči, kteří hrají za ženu nemohou měnit oblečení. Toto sexistické omezení bude odstraněno v nějakém budoucím patchi.</Czech>
</Key>
<Key ID="str_player_fail_wear3">
<English>You are already wearing these clothes.</English>
</Key>
<Key ID="str_player_actionslimit">
<English>Wait for the previous action to complete to perform another!</English>
<German>Du musst erst das Eine beenden, bevor du etwas Neues startest!</German>