From 3f7a0f4b7c765fdd2b88369e0288d1dd127e4a68 Mon Sep 17 00:00:00 2001 From: Seris02 Date: Thu, 9 Jan 2020 15:07:43 +0800 Subject: [PATCH] fixes chameleon cloak icon --- code/modules/clothing/chameleon.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/chameleon.dm b/code/modules/clothing/chameleon.dm index e1790dba61..b67fe2b462 100644 --- a/code/modules/clothing/chameleon.dm +++ b/code/modules/clothing/chameleon.dm @@ -638,6 +638,7 @@ /obj/item/clothing/neck/cloak/chameleon name = "black tie" desc = "A neosilk clip-on tie." + icon = 'icons/obj/clothing/neck.dmi' icon_state = "blacktie" item_color = "blacktie" resistance_flags = NONE