From 3fe70209b64a3db7ba827e63cf3ff0d90eac4877 Mon Sep 17 00:00:00 2001 From: Yoshax Date: Mon, 2 May 2016 02:18:59 +0100 Subject: [PATCH] Makes newly added dresses not look terrible with shoes --- code/modules/clothing/under/miscellaneous.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/clothing/under/miscellaneous.dm b/code/modules/clothing/under/miscellaneous.dm index 91b6711cb39..929578ccbfb 100644 --- a/code/modules/clothing/under/miscellaneous.dm +++ b/code/modules/clothing/under/miscellaneous.dm @@ -637,6 +637,7 @@ icon_state = "whitedress1" item_state = "whitedress1" worn_state = "whitedress1" + flags_inv = HIDESHOES /obj/item/clothing/under/dress/white2 name = "long dress" @@ -644,6 +645,7 @@ icon_state = "whitedress2" item_state = "whitedress2" worn_state = "whitedress2" + flags_inv = HIDESHOES /obj/item/clothing/under/dress/white3 name = "short dress" @@ -658,6 +660,7 @@ icon_state = "whitedress4" item_state = "whitedress4" worn_state = "whitedress4" + flags_inv = HIDESHOES /obj/item/clothing/under/dress/darkred name = "fancy dark red dress"