mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 17:42:01 +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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user