From c8afde0bd0c3a188d08ae33eb52f6bd338c4c4c9 Mon Sep 17 00:00:00 2001 From: Aurorablade Date: Tue, 15 May 2018 19:21:24 -0400 Subject: [PATCH] how the hell.. --- code/modules/customitems/item_defines.dm | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 606b06c476a..b174b202d1a 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -1351,17 +1351,17 @@ honk_sound = 'sound/items/teri_horn.ogg' /obj/item/clothing/suit/fluff/vetcoat //Furasian: Fillmoore Grayson - name = "Veteran Coat" - desc = "A old, yet well-kept Nanotrasen uniform. Very few of its kind are still produced." - icon = 'icons/obj/custom_items.dmi' - icon_state = "alchemistcoatblack" - item_state = "alchemistcoatblack" - body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|ARMS + name = "Veteran Coat" + desc = "An old, yet well-kept Nanotrasen uniform. Very few of its kind are still produced." + icon = 'icons/obj/custom_items.dmi' + icon_state = "alchemistcoatblack" + item_state = "alchemistcoatblack" + body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|ARMS /obj/item/clothing/suit/fluff/vetcoat/red //Furasian: Fillmoore Grayson - icon_state = "alchemistcoatred" - item_state = "alchemistcoatred" + icon_state = "alchemistcoatred" + item_state = "alchemistcoatred" /obj/item/clothing/suit/fluff/vetcoat/navy //Furasian: Fillmoore Grayson - icon_state = "alchemistcoatnavy" - item_state = "alchemistcoatnavy" \ No newline at end of file + icon_state = "alchemistcoatnavy" + item_state = "alchemistcoatnavy" \ No newline at end of file