mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Merge branch 'master' into development
This commit is contained in:
@@ -23,6 +23,11 @@ var/datum/controller/subsystem/atlas/SSatlas
|
||||
NEW_SS_GLOBAL(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>"
|
||||
log_ss("atlas", "-- WARNING: Suspected pre-compiled map! --")
|
||||
|
||||
maploader = new
|
||||
|
||||
var/datum/map/M
|
||||
|
||||
@@ -44,4 +44,9 @@
|
||||
|
||||
global_initialize_webhooks()
|
||||
|
||||
// Setup ore.
|
||||
for(var/oretype in subtypesof(/ore))
|
||||
var/ore/OD = new oretype()
|
||||
ore_data[OD.name] = OD
|
||||
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user