diff --git a/code/modules/power/singularity/singularity.dm b/code/modules/power/singularity/singularity.dm index 726c7eeaf77..247b7f33dd5 100644 --- a/code/modules/power/singularity/singularity.dm +++ b/code/modules/power/singularity/singularity.dm @@ -2,7 +2,11 @@ var/global/list/uneatable = list( /turf/space, - /obj/effect, + /obj/effect/overlay, + /obj/effect/explosion, + /obj/effect/expl_particles, + /obj/effect/forcefield, + /obj/effect/effect, /mob/aiEye, /mob/dead/observer // Stop ghosts being ate and not being able to get back to their bodies )