diff --git a/code/modules/client/preferences_gear.dm b/code/modules/client/preferences_gear.dm index c159406d31..32b59a5d5a 100644 --- a/code/modules/client/preferences_gear.dm +++ b/code/modules/client/preferences_gear.dm @@ -196,7 +196,7 @@ var/global/list/gear_datums = list() cost = 1 slot = slot_head -/datum/gear/rhairflower +/datum/gear/hairflower display_name = "hair flower pin, red" path = /obj/item/clothing/head/hairflower cost = 1 @@ -208,7 +208,7 @@ var/global/list/gear_datums = list() cost = 1 slot = slot_head -/datum/gear/ghairflower +/datum/gear/phairflower display_name = "hair flower pin, pink" path = /obj/item/clothing/head/hairflower/pink cost = 1 diff --git a/icons/mob/ears.dmi b/icons/mob/ears.dmi index 4e61bb1c42..1a7179994a 100644 Binary files a/icons/mob/ears.dmi and b/icons/mob/ears.dmi differ