From 4f4313d9532911f15d7841a45e08d8207f90bff8 Mon Sep 17 00:00:00 2001 From: Ren Erthilo Date: Wed, 18 Apr 2012 21:12:29 +0100 Subject: [PATCH] Makes sleep toxin (and sleepy pens) not immediately give you blurred vision. --- code/modules/chemical/Chemistry-Reagents.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/chemical/Chemistry-Reagents.dm b/code/modules/chemical/Chemistry-Reagents.dm index 55c1fa425d..b9caf8ef42 100644 --- a/code/modules/chemical/Chemistry-Reagents.dm +++ b/code/modules/chemical/Chemistry-Reagents.dm @@ -401,7 +401,7 @@ datum if(!M) M = holder.my_atom if(!data) data = 1 switch(data) - if(1 to 15) + if(10 to 15) M.eye_blurry = max(M.eye_blurry, 10) if(15 to 25) M:drowsyness = max(M:drowsyness, 20)