diff --git a/code/modules/clothing/head/misc.dm b/code/modules/clothing/head/misc.dm index 6d46eb7b061..10f5a348318 100644 --- a/code/modules/clothing/head/misc.dm +++ b/code/modules/clothing/head/misc.dm @@ -14,11 +14,6 @@ desc = "Smells nice." item_state = "hairflower" -/obj/item/clothing/head/hairflower/purple - icon_state = "hairflowerp" - item_state = "hairflowerp" - item_state = "that" - /obj/item/clothing/head/powdered_wig name = "powdered wig" desc = "A powdered wig." diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 28ad9f57154..80e653a5492 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -588,7 +588,7 @@ /obj/item/clothing/head/fluff/heather_winceworth // Regens: Heather Winceworth name= "Heather's rose" desc= "A beautiful purple rose for your hair." - icon= 'icons/obj/clothing/hats.dmi' + icon= 'icons/obj/custom_items.dmi' icon_state = "hairflowerp" item_state = "hairflowerp" diff --git a/icons/obj/clothing/hats.dmi b/icons/obj/clothing/hats.dmi index 5c34785d51e..e872cb74f7e 100644 Binary files a/icons/obj/clothing/hats.dmi and b/icons/obj/clothing/hats.dmi differ diff --git a/icons/obj/custom_items.dmi b/icons/obj/custom_items.dmi index 0a0e12d63cf..ff469925b15 100644 Binary files a/icons/obj/custom_items.dmi and b/icons/obj/custom_items.dmi differ