From 05e70b70053fb007f3af4dfbd5309f3e204d5aba Mon Sep 17 00:00:00 2001 From: ppi13 Date: Mon, 20 Jul 2020 19:52:50 +0200 Subject: [PATCH] Deletes the line instead of commenting it out --- code/game/objects/structures/lavaland/necropolis_tendril.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/game/objects/structures/lavaland/necropolis_tendril.dm b/code/game/objects/structures/lavaland/necropolis_tendril.dm index 1a891aa634b..97181b1c3fb 100644 --- a/code/game/objects/structures/lavaland/necropolis_tendril.dm +++ b/code/game/objects/structures/lavaland/necropolis_tendril.dm @@ -29,7 +29,6 @@ GLOBAL_LIST_INIT(tendrils, list()) /obj/structure/spawner/lavaland/Initialize(mapload) . = ..() emitted_light = new(loc) - //gps = new /obj/item/gps/internal(src) GLOB.tendrils += src return INITIALIZE_HINT_LATELOAD