Fixes a rogue space, and I should really start commenting on things people tell me to revert.

This commit is contained in:
Ren Erthilo
2012-04-30 00:28:19 +01:00
parent 68d176b40f
commit 86e6fa7321
+1 -1
View File
@@ -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