diff --git a/code/modules/clothing/head/misc.dm b/code/modules/clothing/head/misc.dm index 32f01a10c8e..8c188a9e11b 100644 --- a/code/modules/clothing/head/misc.dm +++ b/code/modules/clothing/head/misc.dm @@ -15,6 +15,10 @@ item_state = "hairflower" flags = FPRINT|TABLEPASS +/obj/item/clothing/head/hairflower/purple + icon_state = "hairflowerp" + item_state = "hairflowerp" + /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 90e81b4ae56..b466922b5e6 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -13,10 +13,11 @@ ////////////////////////////////////////////////////////////////////// /obj/item/clothing/head/fluff/heather_winceworth // regens: Heather Winceworth - name= "red flower hair pin" - desc= "A blood red flower pin." + name= "Heather's rose" + desc= "A beautiful purple rose for your hair." icon= 'icons/obj/clothing/hats.dmi' - icon_state = "hairflower" + icon_state = "hairflowerp" + item_state = "hairflowerp" flags = FPRINT|TABLEPASS diff --git a/icons/mob/head.dmi b/icons/mob/head.dmi index aca3add3a2e..294b4321fa9 100644 Binary files a/icons/mob/head.dmi and b/icons/mob/head.dmi differ diff --git a/icons/obj/clothing/hats.dmi b/icons/obj/clothing/hats.dmi index b884b47c3f8..3bd02994293 100644 Binary files a/icons/obj/clothing/hats.dmi and b/icons/obj/clothing/hats.dmi differ