diff --git a/code/modules/clothing/head/collectable.dm b/code/modules/clothing/head/collectable.dm index 975206a6535..ba498495a4e 100644 --- a/code/modules/clothing/head/collectable.dm +++ b/code/modules/clothing/head/collectable.dm @@ -24,7 +24,7 @@ name = "collectable chef's hat" desc = "A rare Chef's Hat meant for hat collectors!" icon_state = "chef" - item_state = "chef" + item_state = "chefhat" /obj/item/clothing/head/collectable/paper name = "collectable paper hat" diff --git a/code/modules/clothing/head/jobs.dm b/code/modules/clothing/head/jobs.dm index ac991432aa3..d2ef8deccff 100644 --- a/code/modules/clothing/head/jobs.dm +++ b/code/modules/clothing/head/jobs.dm @@ -4,7 +4,7 @@ name = "chef's hat" desc = "It's a hat used by chefs to keep hair out of your food. Judging by the food in the mess, they don't work." icon_state = "chef" - item_state = "chef" + item_state = "chefhat" desc = "The commander in chef's head wear." flags = FPRINT | TABLEPASS siemens_coefficient = 0.9 diff --git a/icons/mob/head.dmi b/icons/mob/head.dmi index a36dcfbbdca..c0e431f14ae 100644 Binary files a/icons/mob/head.dmi and b/icons/mob/head.dmi differ