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"