mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Add message for already wearing clothes
Because it isn't always obvious.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
@@ -7316,6 +7316,9 @@
|
||||
<French>Pour l'instant cette tenue n'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>
|
||||
|
||||
Reference in New Issue
Block a user