From 58c228957ec072c46271ebe8ac7d10484c94b874 Mon Sep 17 00:00:00 2001 From: Cerebulon Date: Sun, 5 Feb 2023 05:48:38 +0000 Subject: [PATCH] Corrects some clothing that shouldn't hide bodyparts --- code/modules/clothing/under/miscellaneous.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/clothing/under/miscellaneous.dm b/code/modules/clothing/under/miscellaneous.dm index 19e876c0c6..7b9939e839 100644 --- a/code/modules/clothing/under/miscellaneous.dm +++ b/code/modules/clothing/under/miscellaneous.dm @@ -819,6 +819,7 @@ Uniforms and such name = "cropped sweater skirt" desc = "A cropped green sweater and matching miniskirt." icon_state = "wednesday" + body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS index = 1 /obj/item/clothing/under/rippedpunk @@ -831,18 +832,21 @@ Uniforms and such name = "green asymmetrical jumpsuit" desc = "A green futuristic uniform with asymmetrical pants. Trendy!" icon_state = "greenasym" + body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS index = 1 /obj/item/clothing/under/cyberpunkharness name = "cyberpunk strapped harness" desc = "A cyberpunk styled harness and pants. Perfect for your dystopian future." icon_state = "cyberhell" + body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS index = 1 /obj/item/clothing/under/cyberpunkpants name = "cyberpunk split-side ensemble" desc = "Cyberpunk styled split-side pants and matching top. Just in time for the dystopian future." icon_state = "hart_jumpsuit" + body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS index = 1 /obj/item/clothing/under/blackngold