diff --git a/SQF/dayz_code/actions/player_tearClothes.sqf b/SQF/dayz_code/actions/player_tearClothes.sqf index 5a4b62c37..50d21614c 100644 --- a/SQF/dayz_code/actions/player_tearClothes.sqf +++ b/SQF/dayz_code/actions/player_tearClothes.sqf @@ -14,6 +14,7 @@ _infoText = ""; player playActionNow "Medic"; [player,"bandage",0,false] call dayz_zombieSpeak; uiSleep 6; +if !(_skin in magazines player) exitWith {localize "str_tear_clothes_0" call dayz_rollingMessages;}; player removeMagazine _skin; switch (_rounded) do {