Update spacetravel.dm

This commit is contained in:
Atermonera
2021-09-16 17:05:42 -08:00
committed by GitHub
parent 637c09a96e
commit 409bf77a5c

View File

@@ -6,6 +6,7 @@
in_space = TRUE
/obj/effect/overmap/visitable/sector/temporary/Initialize(var/nx, var/ny)
. = ..()
loc = locate(nx, ny, global.using_map.overmap_z)
x = nx
y = ny
@@ -13,7 +14,6 @@
map_z += emptyz
map_sectors["[emptyz]"] = src
testing("Temporary sector at [x],[y] was created, corresponding zlevel is [emptyz].")
return ..()
/obj/effect/overmap/visitable/sector/temporary/Destroy()
for(var/zlevel in map_z)