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"