From 3bfcaaec88c159d667e9558029cc4945a8e2f046 Mon Sep 17 00:00:00 2001 From: Necaladun Date: Sun, 22 Jun 2014 08:32:33 +0930 Subject: [PATCH] i'm still an idiot fucked up more things...should work now :3 Cannot compile to properly test because of other errors that aren't mine for once --- .../reagents/Chemistry-Reagents-Antidepressants.dm | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/code/modules/reagents/Chemistry-Reagents-Antidepressants.dm b/code/modules/reagents/Chemistry-Reagents-Antidepressants.dm index 5e01b59f521..af38b559489 100644 --- a/code/modules/reagents/Chemistry-Reagents-Antidepressants.dm +++ b/code/modules/reagents/Chemistry-Reagents-Antidepressants.dm @@ -39,14 +39,7 @@ on_mob_life(var/mob/living/M as mob) if(!M) M = holder.my_atom - M.hallucination = max(0, M.hallucination - 10) - if(src.volume <= 0.1) if(data != -1) - data = -1 - M << "\red Your mind feels a little less stable.." - else - if(world.time > data + ANTIDEPRESSANT_MESSAGE_DELAY) - data = world.time - M << "\blue Your mind feels stable.. a little stable." + M.hallucination = max(0, M.hallucination - 10) ..() return