From 6d20c25cc1b2c50d60ae912c32fd62c69c72de79 Mon Sep 17 00:00:00 2001 From: Chinsky Date: Thu, 1 Nov 2012 02:57:54 +0400 Subject: [PATCH] Fixed custom welding helmets paths, making them act as welding helmets again. --- code/modules/customitems/item_defines.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 88c8ec828b5..71e9806cc04 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -332,19 +332,19 @@ icon = 'custom_items.dmi' icon_state = "swatcap" -/obj/item/clothing/head/helmet/welding/fluff/alice_mccrea_1 //madmalicemccrea: Alice McCrea +/obj/item/clothing/head/welding/fluff/alice_mccrea_1 //madmalicemccrea: Alice McCrea name = "flame decal welding helmet" desc = "A welding helmet adorned with flame decals, and several cryptic slogans of varying degrees of legibility. \"Fly the Friendly Skies\" is clearly visible, written above the visor, for some reason." icon = 'custom_items.dmi' icon_state = "alice_mccrea_1" -/obj/item/clothing/head/helmet/welding/fluff/yuki_matsuda_1 //searif: Yuki Matsuda +/obj/item/clothing/head/welding/fluff/yuki_matsuda_1 //searif: Yuki Matsuda name = "white decal welding helmet" desc = "A white welding helmet with a character written across it." icon = 'custom_items.dmi' icon_state = "yuki_matsuda_1" -/obj/item/clothing/head/helmet/welding/fluff/norah_briggs_1 //bountylord13: Norah Briggs +/obj/item/clothing/head/welding/fluff/norah_briggs_1 //bountylord13: Norah Briggs name = "blue flame decal welding helmet" desc = "A welding helmet with blue flame decals on it." icon = 'custom_items.dmi'