Removes GPS from tendrils

This commit is contained in:
ppi13
2020-07-20 19:30:41 +02:00
committed by GitHub
parent 82283ff5e9
commit 04236edf13
@@ -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