From ebbf48b764578d247cf22214cf34c8f4ce818b8c Mon Sep 17 00:00:00 2001 From: Aylong <69762909+AyIong@users.noreply.github.com> Date: Sat, 9 Nov 2024 01:06:27 +0200 Subject: [PATCH] Fix chef hat inhands sprite (#27323) --- code/modules/clothing/head/job_hats.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/head/job_hats.dm b/code/modules/clothing/head/job_hats.dm index 8f838090d58..3ba0784ecfb 100644 --- a/code/modules/clothing/head/job_hats.dm +++ b/code/modules/clothing/head/job_hats.dm @@ -4,7 +4,7 @@ name = "chef's hat" desc = "The commander in chef's head wear." icon_state = "chef" - item_state = "chef" + item_state = "chefhat" strip_delay = 10 put_on_delay = 10 dog_fashion = /datum/dog_fashion/head/chef