From f36155cdd01d45c8f867c1e2ab6809566a07b426 Mon Sep 17 00:00:00 2001 From: crazyclonetheninja Date: Sun, 16 Jan 2011 01:22:59 +0000 Subject: [PATCH] Possible fix for imidazoline not curing blindness. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@861 316c924e-a436-60f5-8080-3fe189b3f50e --- code/WorkInProgress/Chemistry-Reagents.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/WorkInProgress/Chemistry-Reagents.dm b/code/WorkInProgress/Chemistry-Reagents.dm index 91be062683a..eaeb9b31ab8 100644 --- a/code/WorkInProgress/Chemistry-Reagents.dm +++ b/code/WorkInProgress/Chemistry-Reagents.dm @@ -924,7 +924,7 @@ datum if(!M) M = holder.my_atom M:eye_blurry = max(M:eye_blurry-5 , 0) M:eye_blind = max(M:eye_blind-5 , 0) - M:sdisabilities &= 1 + M:sdisabilities &= ~1 ..() return