From 04236edf1389b0d20fd8d3fb885cbe8c374d93c9 Mon Sep 17 00:00:00 2001 From: ppi13 Date: Mon, 20 Jul 2020 19:30:41 +0200 Subject: [PATCH] Removes GPS from tendrils --- code/game/objects/structures/lavaland/necropolis_tendril.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/structures/lavaland/necropolis_tendril.dm b/code/game/objects/structures/lavaland/necropolis_tendril.dm index f9717956bb0..1a891aa634b 100644 --- a/code/game/objects/structures/lavaland/necropolis_tendril.dm +++ b/code/game/objects/structures/lavaland/necropolis_tendril.dm @@ -29,7 +29,7 @@ GLOBAL_LIST_INIT(tendrils, list()) /obj/structure/spawner/lavaland/Initialize(mapload) . = ..() emitted_light = new(loc) - gps = new /obj/item/gps/internal(src) + //gps = new /obj/item/gps/internal(src) GLOB.tendrils += src return INITIALIZE_HINT_LATELOAD