mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-16 05:02:42 +00:00
Makes sleep toxin (and sleepy pens) not immediately give you blurred vision.
This commit is contained in:
@@ -401,7 +401,7 @@ datum
|
|||||||
if(!M) M = holder.my_atom
|
if(!M) M = holder.my_atom
|
||||||
if(!data) data = 1
|
if(!data) data = 1
|
||||||
switch(data)
|
switch(data)
|
||||||
if(1 to 15)
|
if(10 to 15)
|
||||||
M.eye_blurry = max(M.eye_blurry, 10)
|
M.eye_blurry = max(M.eye_blurry, 10)
|
||||||
if(15 to 25)
|
if(15 to 25)
|
||||||
M:drowsyness = max(M:drowsyness, 20)
|
M:drowsyness = max(M:drowsyness, 20)
|
||||||
|
|||||||
Reference in New Issue
Block a user