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