Move Xenoarcheology globals and initialization into a subsystem

* Move the global spawning_turfs lists from master_controller into SSxenoarch.  Rename all references.
* Move the call to SetupXenoarch from master_controller.setup() to SSxenoarch.Initialize()  Put SSxenoarch init order near the end to match current behavior.
This commit is contained in:
Leshana
2018-02-06 01:08:10 -05:00
parent f56597efed
commit 676efe73e5
6 changed files with 37 additions and 15 deletions
+1
View File
@@ -29,3 +29,4 @@ var/global/list/runlevel_flags = list(RUNLEVEL_LOBBY, RUNLEVEL_SETUP, RUNLEVEL_G
#define INIT_ORDER_SHUTTLES 3
#define INIT_ORDER_LIGHTING 0
#define INIT_ORDER_AIR -1
#define INIT_ORDER_XENOARCH -20