From 96beb024fa04a090e9640628f26d578114aafebe Mon Sep 17 00:00:00 2001 From: Kyep Date: Sat, 28 Oct 2017 00:21:26 -0700 Subject: [PATCH] Fixes Freedom Op suits going red when toggled --- code/modules/clothing/spacesuits/hardsuit.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/modules/clothing/spacesuits/hardsuit.dm b/code/modules/clothing/spacesuits/hardsuit.dm index b67e485aa6e..e7ec4eaffd8 100644 --- a/code/modules/clothing/spacesuits/hardsuit.dm +++ b/code/modules/clothing/spacesuits/hardsuit.dm @@ -353,6 +353,9 @@ icon_state = "griffinhat" item_state = "griffinhat" +/obj/item/clothing/head/helmet/space/hardsuit/syndi/freedom/update_icon() + return + /obj/item/clothing/suit/space/hardsuit/syndi name = "blood-red hardsuit" desc = "A dual-mode advanced hardsuit designed for work in special operations. It is in travel mode. Property of Gorlex Marauders." @@ -442,6 +445,8 @@ icon_state = "freedom" item_state = "freedom" +/obj/item/clothing/suit/space/hardsuit/syndi/freedom/update_icon() + return //Wizard hardsuit /obj/item/clothing/head/helmet/space/hardsuit/wizard