From 09e9451dd5d18e484cda9edcb4f43adb26362a69 Mon Sep 17 00:00:00 2001 From: redstryker Date: Fri, 2 Sep 2016 15:03:04 -0400 Subject: [PATCH] Fixed Error --- code/modules/clothing/head/misc.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"