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
This commit is contained in:
Necaladun
2014-06-22 08:32:33 +09:30
parent 55a61a67f3
commit 3bfcaaec88
@@ -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