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