From b27adda1c3d38cc3845a827c0f4e05f66ead637e Mon Sep 17 00:00:00 2001 From: sabiram Date: Mon, 8 Dec 2014 14:30:03 -0500 Subject: [PATCH] Potentially fixes white sundress --- code/modules/clothing/under/miscellaneous.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/clothing/under/miscellaneous.dm b/code/modules/clothing/under/miscellaneous.dm index 188790832b9..6daa9044531 100644 --- a/code/modules/clothing/under/miscellaneous.dm +++ b/code/modules/clothing/under/miscellaneous.dm @@ -395,9 +395,9 @@ /obj/item/clothing/under/sundress_white name = "white sundress" desc = "A white sundress decorated with purple lilies." - icon_state = "whitesundress" - item_state = "whitesundress" - item_color = "whitesundress" + icon_state = "sundress_white" + item_state = "sundress_white" + item_color = "sundress_white" body_parts_covered = UPPER_TORSO|LOWER_TORSO /obj/item/clothing/under/captainformal @@ -476,4 +476,4 @@ icon_state = "mai_yang" item_state = "mai_yang" item_color = "mai_yang" - body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS \ No newline at end of file + body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS