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;
};