From 86e6fa7321695042b9b8d7dbd44773894417ce49 Mon Sep 17 00:00:00 2001 From: Ren Erthilo Date: Mon, 30 Apr 2012 00:28:19 +0100 Subject: [PATCH] Fixes a rogue space, and I should really start commenting on things people tell me to revert. --- code/modules/mob/living/carbon/human/life.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/life.dm b/code/modules/mob/living/carbon/human/life.dm index aa4c7e09b35..7aeed963ce2 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -186,7 +186,7 @@ // a.hallucinate(src) if(!handling_hal && hallucination > 20) spawn handle_hallucinations() //The not boring kind! - hallucination = max(hallucination - 2, 0) + hallucination = max(hallucination - 2, 0) // A more compact way of doing it. DMTG //if(health < 0) // for(var/obj/a in hallucinations) // del a