diff --git a/code/modules/clothing/head/misc.dm b/code/modules/clothing/head/misc.dm index b77fc97b68..796d91bd6d 100644 --- a/code/modules/clothing/head/misc.dm +++ b/code/modules/clothing/head/misc.dm @@ -151,7 +151,7 @@ /obj/item/clothing/head/flatcap/grey icon_state = "flat_capg" - list(slot_r_hand_str = "greysoft", slot_l_hand_str = "greysoft") + item_state_slots = list(slot_r_hand_str = "greysoft", slot_l_hand_str = "greysoft") /obj/item/clothing/head/pirate name = "pirate hat"