From e530e8d1033681dd4f1305f9ac812edbad4604f7 Mon Sep 17 00:00:00 2001 From: zeroisthebiggay <43571008+zeroisthebiggay@users.noreply.github.com> Date: Wed, 10 Feb 2021 13:05:21 -0500 Subject: [PATCH] god i hate this god i hate this --- code/modules/clothing/glasses/phantomthief.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/glasses/phantomthief.dm b/code/modules/clothing/glasses/phantomthief.dm index 6d209ec695..72c1070e30 100644 --- a/code/modules/clothing/glasses/phantomthief.dm +++ b/code/modules/clothing/glasses/phantomthief.dm @@ -3,8 +3,8 @@ desc = "A cheap, Syndicate-branded paper face mask. They'll never see it coming." mob_overlay_icon = 'icons/mob/clothing/mask.dmi' icon = 'icons/obj/clothing/masks.dmi' - icon_state = "s-ninja" - item_state = "s-ninja" + icon_state = "ninja_OLD" + item_state = "ninja_OLD" /obj/item/clothing/glasses/phantomthief/ComponentInitialize() . = ..()