From e3d2a1716dff6d2b87336d7b299795b3645bd663 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Sun, 8 Jun 2014 18:18:14 -0400 Subject: [PATCH] Fix syndi helmets thanks PPI --- code/modules/clothing/spacesuits/rig.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/spacesuits/rig.dm b/code/modules/clothing/spacesuits/rig.dm index 30286f23aa3..bcc35d6ec34 100644 --- a/code/modules/clothing/spacesuits/rig.dm +++ b/code/modules/clothing/spacesuits/rig.dm @@ -399,7 +399,7 @@ /obj/item/clothing/head/helmet/space/rig/syndi name = "blood-red hardsuit helmet" desc = "An advanced helmet designed for work in special operations. Property of Gorlex Marauders." - icon_state = "rig0-syndie" + icon_state = "rig0-syndi" item_state = "syndie_helm" _color = "syndi" armor = list(melee = 60, bullet = 50, laser = 30,energy = 15, bomb = 35, bio = 100, rad = 60)