From 3a92fe188c3a10f259c07698a1c581a46acca4b6 Mon Sep 17 00:00:00 2001 From: Decius Date: Mon, 14 Jul 2014 21:11:46 -0400 Subject: [PATCH] Changes labcoat sprite to be closed on custom item... Signed-off-by: Decius --- code/modules/customitems/item_defines.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 160bcb46bf..ea5bc55a39 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -700,7 +700,7 @@ name = "Robotics labcoat" desc = "A labcoat with a few markings denoting it as the labcoat of roboticist." icon = 'icons/obj/custom_items.dmi' - icon_state = "aeneasrinil_open" + icon_state = "aeneasrinil" /obj/item/clothing/suit/storage/labcoat/fluff/pink //spaceman96: Trenna Seber name = "pink labcoat"