From e6617661f9c2dc2a189d551a576513ba56ae16e2 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Tue, 23 May 2017 07:58:48 -0500 Subject: [PATCH] Gives all hats a default icon/item state so they work with chameleon gear. --- code/modules/clothing/clothing.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/clothing/clothing.dm b/code/modules/clothing/clothing.dm index f287870ef6..8a943b4c26 100644 --- a/code/modules/clothing/clothing.dm +++ b/code/modules/clothing/clothing.dm @@ -271,6 +271,8 @@ BLIND // can't see anything /obj/item/clothing/head name = "head" icon = 'icons/obj/clothing/hats.dmi' + icon_state = "top_hat" + item_state = "that" body_parts_covered = HEAD slot_flags = SLOT_HEAD var/blockTracking = 0 //For AI tracking