From 6ead795d0d459cbe43b1d7082f236fbb11be664d Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Thu, 15 Jul 2021 15:03:08 -0400 Subject: [PATCH 1/2] Merge pull request #11091 from VOREStation/Fixes/11064 Fixes #11064 --- code/modules/clothing/suits/aliens/teshari.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/suits/aliens/teshari.dm b/code/modules/clothing/suits/aliens/teshari.dm index 256130de03..9aaab36c3e 100644 --- a/code/modules/clothing/suits/aliens/teshari.dm +++ b/code/modules/clothing/suits/aliens/teshari.dm @@ -3,7 +3,7 @@ name = "black cloak" desc = "It drapes over a Teshari's shoulders and closes at the neck with pockets convienently placed inside." icon = 'icons/inventory/suit/item_teshari.dmi' - icon = 'icons/inventory/suit/mob_teshari.dmi' + default_worn_icon = 'icons/inventory/suit/mob_teshari.dmi' icon_state = "tesh_cloak_bn" item_state = "tesh_cloak_bn" species_restricted = list(SPECIES_TESHARI)