From c04f3b7f741b0e07b2c8c08fd4af67d9dbcf2356 Mon Sep 17 00:00:00 2001 From: DarkPyrolord Date: Fri, 28 Sep 2018 22:54:06 +1200 Subject: [PATCH] NameFix --- code/modules/customitems/item_defines.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 7f840558097..56692ded527 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -589,7 +589,7 @@ P.desc = "A rare winterised variant of the security hardsuit helmet, used on colder mining worlds for security patrols." P.icon = 'icons/obj/custom_items.dmi' P.icon_state = "hardsuit0-secf" - P.item_state = "hardsuit0_secf" + P.item_state = "hardsuit0-secf" P.item_color = "secf" user.update_icons() @@ -608,7 +608,7 @@ P.desc = "A rare winterised variant of the security hardsuit, used on colder mining worlds for securiry patrols, this one has 'Haliber' written on an ID patch located on the right side of the chest." P.icon = 'icons/obj/custom_items.dmi' P.icon_state = "hardsuit-secf" - P.item_state = "hardsuit_secf" + P.item_state = "hardsuit-secf" user.update_icons() if(P == H.wear_suit)