From 0cca49a92fbd96c51aea8586fba9660f7465b7c2 Mon Sep 17 00:00:00 2001 From: SkyMarshal Date: Tue, 14 Aug 2012 16:40:21 -0700 Subject: [PATCH] Should fix singularity maybe crashing from eating signs. --- code/modules/power/singularity/singularity.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/power/singularity/singularity.dm b/code/modules/power/singularity/singularity.dm index 247b7f33dd5..a7c6b3fd886 100644 --- a/code/modules/power/singularity/singularity.dm +++ b/code/modules/power/singularity/singularity.dm @@ -7,6 +7,7 @@ var/global/list/uneatable = list( /obj/effect/expl_particles, /obj/effect/forcefield, /obj/effect/effect, + /obj/effect/sign, /mob/aiEye, /mob/dead/observer // Stop ghosts being ate and not being able to get back to their bodies ) @@ -256,8 +257,6 @@ var/global/list/uneatable = list( gain = 100 spawn() A:gib() -//Sleep being called in process() :| -// sleep(1) else if(istype(A,/obj/)) if (istype(A,/obj/item/weapon/storage/backpack/holding))