From dd290f6da3ffa9bbe56b1a78a4f4e7cc68684f0e Mon Sep 17 00:00:00 2001 From: kevinz000 Date: Mon, 22 May 2017 00:48:51 -0700 Subject: [PATCH] Update clothing.dm --- 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 f287870ef65..8a943b4c268 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