mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Prevents ghosts from freely observing on the derelict. (#6670)
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
teleportlocs += AR.name
|
||||
teleportlocs[AR.name] = AR
|
||||
|
||||
if(istype(AR, /area/turret_protected/aisat) || istype(AR, /area/derelict) || istype(AR, /area/tdome) || istype(AR, /area/shuttle/specops/centcom))
|
||||
if(istype(AR, /area/turret_protected/aisat) || istype(AR, /area/tdome) || istype(AR, /area/shuttle/specops/centcom))
|
||||
ghostteleportlocs += AR.name
|
||||
ghostteleportlocs[AR.name] = AR
|
||||
|
||||
|
||||
Reference in New Issue
Block a user