From c0044d5e1594d1dcc6bde7dcfdc714ffb5fde1d0 Mon Sep 17 00:00:00 2001 From: "VivianFoxfoot@gmail.com" Date: Fri, 23 Mar 2012 21:06:52 +0000 Subject: [PATCH] Bugfix for hallucination not going down git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3348 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/mob/living/carbon/human/life.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/life.dm b/code/modules/mob/living/carbon/human/life.dm index ef562c2c662..b55e93d0faa 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -133,7 +133,8 @@ if(hallucination <= 2) halloss = 0 hallucination = 0 - //hallucination -= 2 + else + hallucination -= 2 //if(health < 0) // for(var/obj/a in hallucinations) // del a