From 3e9f5a24d53f42c2f6f1ab2bb765464405822f82 Mon Sep 17 00:00:00 2001 From: Ren Erthilo Date: Wed, 25 Apr 2012 20:31:51 +0100 Subject: [PATCH] Fixes ghosts being ate (and immediately reformed) by the singularity, fixes them not being able to return to body. --- code/modules/power/singularity/singularity.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/power/singularity/singularity.dm b/code/modules/power/singularity/singularity.dm index 9c98d192c99..668b969d3f2 100644 --- a/code/modules/power/singularity/singularity.dm +++ b/code/modules/power/singularity/singularity.dm @@ -1,7 +1,8 @@ var/global/list/uneatable = list( /turf/space, /obj/effect/overlay, - /mob/aiEye + /mob/aiEye, + /mob/dead/observer // Stop ghosts being ate and not being able to get back to their bodies ) /obj/machinery/singularity/