diff --git a/code/modules/clothing/under/miscellaneous.dm b/code/modules/clothing/under/miscellaneous.dm index a9dd19e925..6a4672ea12 100644 --- a/code/modules/clothing/under/miscellaneous.dm +++ b/code/modules/clothing/under/miscellaneous.dm @@ -172,6 +172,8 @@ body_parts_covered = CHEST|GROIN /obj/item/clothing/under/misc/gear_harness/rolldown() + if(!can_use(usr)) + return if(!body_parts_covered) to_chat(usr, "Your gear harness is now covering your chest and groin.") body_parts_covered = CHEST|GROIN