From 81b2efe78797c0f227a9320ef4c936f5e942c679 Mon Sep 17 00:00:00 2001 From: EgorDinamit <53223414+EgorDinamit@users.noreply.github.com> Date: Sun, 11 Feb 2024 22:04:57 +0300 Subject: [PATCH] Singularity does not eat open turfs (#545) --- code/modules/power/singularity/act.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/power/singularity/act.dm b/code/modules/power/singularity/act.dm index e9129ff5d71..214abc5e92e 100644 --- a/code/modules/power/singularity/act.dm +++ b/code/modules/power/singularity/act.dm @@ -101,6 +101,9 @@ /turf/space/singularity_act() return +/turf/simulated/open/singularity_act() + return + /******************* * Nar-Sie Act/Pull * *******************/