mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 11:58:39 +01:00
Set map format to sidemap (#19827)
Set the map format to sidemap, to better represent that we're in 3/4th perspective now. Some code cleanup around the definition of /world.
This commit is contained in:
@@ -143,7 +143,7 @@ SUBSYSTEM_DEF(atlas)
|
||||
/datum/controller/subsystem/atlas/Initialize(timeofday)
|
||||
// Quick sanity check.
|
||||
if (world.maxx != WORLD_MIN_SIZE || world.maxy != WORLD_MIN_SIZE || world.maxz != 1)
|
||||
to_world(SPAN_WARNING("WARNING: Suspected pre-compiled map: things may break horribly!"))
|
||||
stack_trace(SPAN_WARNING("WARNING: Suspected pre-compiled map: things may break horribly!"))
|
||||
log_subsystem_atlas("-- WARNING: Suspected pre-compiled map! --")
|
||||
|
||||
maploader = new
|
||||
|
||||
Reference in New Issue
Block a user