From 1512331aa7e90aef3f0301a600647b1269462c1f Mon Sep 17 00:00:00 2001 From: Erthilo Date: Thu, 10 May 2012 17:10:35 +0100 Subject: [PATCH] Fixed icons and removed a duplicate. --- code/modules/customitems/item_defines.dm | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index fa81656b3c7..99ab5ee3738 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -173,6 +173,7 @@ /obj/item/clothing/head/helmet/greenbandana/fluff/taryn_kifer_1 //themij: Taryn Kifer name = "orange bandana" desc = "Hey, I think we're missing a hazard vest..." + icon = 'custom_items.dmi' icon_state = "taryn_kifer_1" //////////// Suits //////////// @@ -191,14 +192,6 @@ item_state = "graycoat" color = "graycoat" -/obj/item/clothing/suit/storage/det_suit/fluff/graycoat //vinceluk: Seth Sealis - name = "gray coat" - desc = "Old, worn out coat. It's seen better days." - icon = 'custom_items.dmi' - icon_state = "graycoat" - item_state = "graycoat" - color = "graycoat" - //////////// Uniforms //////////// /obj/item/clothing/under/fluff/jumpsuitdown //searif: Yuki Matsuda