From 583787f70b152c7998c2bc1c28fdb1645e0407ea Mon Sep 17 00:00:00 2001 From: MrPerson Date: Sat, 22 Mar 2014 21:55:52 -0700 Subject: [PATCH] Fixes the bug where players get deleted because of hallucinations. How the fuck did I screw this up so badly... --- code/modules/flufftext/Hallucination.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/flufftext/Hallucination.dm b/code/modules/flufftext/Hallucination.dm index 01ebe4fb2e2..72f59dbf7b0 100644 --- a/code/modules/flufftext/Hallucination.dm +++ b/code/modules/flufftext/Hallucination.dm @@ -77,7 +77,7 @@ mob/living/carbon/proc/handle_hallucinations() halitem.name = "Flashbang" if(client) client.screen += halitem spawn(rand(100,250)) - qdel(src) + qdel(halitem) if(26 to 40) //Flashes of danger //src << "Danger Flash"