From c3f0d0b9c8f00aa1109cbfb48f104da089c2163a Mon Sep 17 00:00:00 2001 From: zeroisthebiggay <43571008+zeroisthebiggay@users.noreply.github.com> Date: Wed, 10 Feb 2021 20:40:39 -0500 Subject: [PATCH] fixes some bullshit assery fixes some bullshit assery --- 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 72c1070e30..ba3ea2830e 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 = "ninja_OLD" - item_state = "ninja_OLD" + icon_state = "ninjaOLD" + item_state = "ninjaOLD" /obj/item/clothing/glasses/phantomthief/ComponentInitialize() . = ..()