From f1b7c4aea53828b444703f667b1c40685db0bce1 Mon Sep 17 00:00:00 2001 From: Putnam3145 Date: Sat, 2 Jan 2021 17:30:06 -0800 Subject: [PATCH] Update miscellaneous.dm --- code/modules/clothing/under/miscellaneous.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/under/miscellaneous.dm b/code/modules/clothing/under/miscellaneous.dm index 62d17ff8d6..59e0832fef 100644 --- a/code/modules/clothing/under/miscellaneous.dm +++ b/code/modules/clothing/under/miscellaneous.dm @@ -178,7 +178,7 @@ else to_chat(usr, "Your gear harness is no longer covering anything.") body_parts_covered = NONE - return !body_parts_covered + return TRUE /obj/item/clothing/under/misc/durathread name = "durathread jumpsuit"