From 7825905a826816ba39de54b3900e42389bea9382 Mon Sep 17 00:00:00 2001 From: Poojawa Date: Wed, 3 Oct 2018 15:16:27 -0500 Subject: [PATCH] Probably fixes some dress oddities --- code/modules/clothing/under/miscellaneous.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/clothing/under/miscellaneous.dm b/code/modules/clothing/under/miscellaneous.dm index c3e0cf2b85..0ed6395b15 100644 --- a/code/modules/clothing/under/miscellaneous.dm +++ b/code/modules/clothing/under/miscellaneous.dm @@ -466,6 +466,7 @@ item_color = "black_tango" fitted = FEMALE_UNIFORM_TOP can_adjust = FALSE + body_parts_covered = CHEST|GROIN /obj/item/clothing/under/stripeddress name = "striped dress" @@ -495,6 +496,7 @@ item_color = "red_evening_gown" fitted = FEMALE_UNIFORM_TOP can_adjust = FALSE + body_parts_covered = CHEST|GROIN /obj/item/clothing/under/maid name = "maid costume"