From 7711bc1751afac58d861b217cdc8d43cd84466cf Mon Sep 17 00:00:00 2001 From: Putnam Date: Thu, 17 Dec 2020 23:33:36 -0800 Subject: [PATCH] Makes gear harness cover nothing --- code/modules/clothing/under/miscellaneous.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/under/miscellaneous.dm b/code/modules/clothing/under/miscellaneous.dm index 7e6a9ca5bf..824da180d1 100644 --- a/code/modules/clothing/under/miscellaneous.dm +++ b/code/modules/clothing/under/miscellaneous.dm @@ -169,6 +169,7 @@ icon_state = "gear_harness" item_state = "gear_harness" can_adjust = FALSE + body_parts_covered = NONE /obj/item/clothing/under/misc/durathread name = "durathread jumpsuit"