Leave any sanity you had at the door step (#5885)

This commit is contained in:
Erki
2019-01-03 19:08:54 +01:00
committed by Werner
parent a4643d0e87
commit f29506a45a
113 changed files with 383 additions and 1153 deletions
@@ -29,7 +29,7 @@ var/datum/controller/subsystem/atlas/SSatlas
/datum/controller/subsystem/atlas/Initialize(timeofday)
// Quick sanity check.
if (world.maxx != WORLD_MIN_SIZE || world.maxy != WORLD_MIN_SIZE || world.maxz != 1)
world << "<span class='warning'>WARNING: Suspected pre-compiled map: things may break horribly!</span>"
to_world("<span class='warning'>WARNING: Suspected pre-compiled map: things may break horribly!</span>")
log_ss("atlas", "-- WARNING: Suspected pre-compiled map! --")
maploader = new
@@ -138,7 +138,7 @@ var/datum/controller/subsystem/atlas/SSatlas
admin_departments = list(
"[current_map.boss_name]",
"[current_map.system_name] Government",
"[current_map.system_name] Government",
"Supply"
)
@@ -157,7 +157,7 @@ var/datum/controller/subsystem/atlas/SSatlas
/datum/controller/subsystem/atlas/proc/OnMapload(datum/callback/callback)
if (!istype(callback))
CRASH("Invalid callback.")
mapload_callbacks += callback
/datum/controller/subsystem/atlas/proc/setup_spawnpoints()