Merge branch 'master' into development

This commit is contained in:
Lohikar
2018-03-05 17:56:28 -06:00
10 changed files with 47 additions and 25 deletions
@@ -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
..()