From 47596fadfc373424e2578a5f52c897a828fde658 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Thu, 24 Aug 2017 20:27:29 -0500 Subject: [PATCH] Makes boss tiles immune to the oldest boss, Lord Singuloth (#2465) --- code/modules/ruins/objects_and_mobs/necropolis_gate.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/ruins/objects_and_mobs/necropolis_gate.dm b/code/modules/ruins/objects_and_mobs/necropolis_gate.dm index 8c4772d434..c18f2c3174 100644 --- a/code/modules/ruins/objects_and_mobs/necropolis_gate.dm +++ b/code/modules/ruins/objects_and_mobs/necropolis_gate.dm @@ -256,6 +256,9 @@ GLOBAL_DATUM(necropolis_gate, /obj/structure/necropolis_gate/legion_gate) else return QDEL_HINT_LETMELIVE +/obj/structure/stone_tile/singularity_pull() + return + /obj/structure/stone_tile/Crossed(atom/movable/AM) if(falling || fallen) return