diff --git a/code/modules/clothing/gimmick.dm b/code/modules/clothing/gimmick.dm index 765d99ef85..4fe5fa18c2 100644 --- a/code/modules/clothing/gimmick.dm +++ b/code/modules/clothing/gimmick.dm @@ -738,9 +738,43 @@ obj/item/clothing/suit/justice name = "flaming hot black dress" desc = "A small black dress with blue flames print on it." icon_state = "dress_fire" - item_state = "creamsuit" color = "dress_fire" +/obj/item/clothing/under/wedding/dress_orange + name = "orange dress" + icon_state = "d_orange" + color = "d_orange" + +/obj/item/clothing/under/wedding/dress_green + name = "green dress" + icon_state = "d_green" + color = "d_green" + +/obj/item/clothing/under/wedding/dress_purple + name = "purple dress" + icon_state = "d_purple" + color = "d_purple" + +/obj/item/clothing/under/wedding/dress_red + name = "red dress" + icon_state = "d_red" + color = "d_red" + +/obj/item/clothing/under/wedding/dress_blue + name = "blue dress" + icon_state = "d_blue" + color = "d_blue" + +/obj/item/clothing/under/wedding/officer_blue + name = "blue officer dress" + icon_state = "officer_blue" + color = "officer_blue" + +/obj/item/clothing/under/wedding/dress_vampire + name = "vampire dress" + icon_state = "d_vampire" + color = "d_vampire" + /obj/item/clothing/under/wedding/orangedress name = "orange dress" desc = "A small and not puffy orange dress." diff --git a/icons/mob/uniform.dmi b/icons/mob/uniform.dmi index 5b1f2b8463..bfd55b9a56 100644 Binary files a/icons/mob/uniform.dmi and b/icons/mob/uniform.dmi differ diff --git a/icons/obj/closet.dmi b/icons/obj/closet.dmi index 8eca3452e2..bbd4773621 100644 Binary files a/icons/obj/closet.dmi and b/icons/obj/closet.dmi differ diff --git a/icons/obj/clothing/uniforms.dmi b/icons/obj/clothing/uniforms.dmi index 49aef71d25..dc1b2e598c 100644 Binary files a/icons/obj/clothing/uniforms.dmi and b/icons/obj/clothing/uniforms.dmi differ