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