Prevents ghosts from freely observing on the derelict. (#6670)

This commit is contained in:
Werner
2019-07-12 02:47:00 +02:00
committed by GitHub
parent 5d260377bc
commit 6849b23191
6 changed files with 119 additions and 22 deletions
@@ -102,7 +102,8 @@
if (!maploader.load_map(file(mfile), 0, 0, no_changeturf = TRUE))
log_ss("finalize", "Failed to load '[mfile]'!")
else
log_ss("atlas", "Loaded space ruin in [(world.time - time)/10] seconds.")
log_ss("finalize", "Loaded space ruin on z [world.maxz] in [(world.time - time)/10] seconds.")
current_map.restricted_levels.Add(world.maxz)
QDEL_NULL(maploader)
/datum/controller/subsystem/finalize/proc/place_dungeon_spawns()