From 45e1d5fb7e7d0c5a008775c927fa3dd36e9ba6dd Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Wed, 20 Jul 2016 22:16:47 -0400 Subject: [PATCH] ha.... --- code/modules/clothing/glasses/glasses.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/glasses/glasses.dm b/code/modules/clothing/glasses/glasses.dm index f93ae41ef1a..6a51086c7b3 100644 --- a/code/modules/clothing/glasses/glasses.dm +++ b/code/modules/clothing/glasses/glasses.dm @@ -348,7 +348,7 @@ tint = initial(tint) //better than istype else up = !up - flags &= ~HEADCOVERSEYES + flags &= ~GLASSESCOVERSEYES flags_inv &= ~HIDEEYES icon_state = "[initial(icon_state)]up" to_chat(usr, "You push the [src] up out of your face.")