From c733a45624d63e74dd39de6368d342e2cf768ff8 Mon Sep 17 00:00:00 2001 From: klaasjared <86997650+GhostActual@users.noreply.github.com> Date: Wed, 27 Oct 2021 00:26:46 -0400 Subject: [PATCH] Small Fix --- code/modules/clothing/glasses/glasses.dm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/code/modules/clothing/glasses/glasses.dm b/code/modules/clothing/glasses/glasses.dm index b617e3d9360..7f45fcfdb3f 100644 --- a/code/modules/clothing/glasses/glasses.dm +++ b/code/modules/clothing/glasses/glasses.dm @@ -292,6 +292,12 @@ BLIND // can't see anything item_state_slots = list(slot_r_hand_str = "glasses", slot_l_hand_str = "glasses") body_parts_covered = 0 +/obj/item/clothing/glasses/artist + name = "4-D Glasses" + desc = "You can see in every dimension, and get four times the amount of headache!" + icon_state = "artist" + item_state = "artist_glasses" + /obj/item/clothing/glasses/gglasses name = "green glasses" desc = "Forest green glasses, like the kind you'd wear when hatching a nasty scheme." @@ -591,9 +597,3 @@ BLIND // can't see anything update_clothing_icon() usr.update_action_buttons() -obj/item/clothing/glasses/artist - name = "4-D Glasses" - desc = "You can see in every dimension, and get four times the amount of headache!" - icon_state = "artist" - item_state = "artist_glasses" -