diff --git a/SQF/dayz_code/compile/player_humanityMorph.sqf b/SQF/dayz_code/compile/player_humanityMorph.sqf index e7de2c4fd..9da8e7847 100644 --- a/SQF/dayz_code/compile/player_humanityMorph.sqf +++ b/SQF/dayz_code/compile/player_humanityMorph.sqf @@ -3,6 +3,8 @@ _playerUID = _this select 0; _charID = _this select 1; _model = _this select 2; +if (typeOF player == _model) exitWith {cutText ['You already wear this Skin!', 'PLAIN'];}; + _old = player; player allowDamage false;