Corrects some clothing that shouldn't hide bodyparts

This commit is contained in:
Cerebulon
2023-02-05 05:48:38 +00:00
parent e00b208c90
commit 58c228957e
@@ -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