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-05 13:56:50 -05:00
parent f56597efed
commit 676efe73e5
6 changed files with 37 additions and 15 deletions

View File

@@ -37,7 +37,7 @@ datum/controller/game_controller/proc/setup()
setup_objects()
// setupgenetics() Moved to SSatoms
SetupXenoarch()
// SetupXenoarch() - Moved to SSxenoarch
transfer_controller = new
admin_notice("<span class='danger'>Initializations complete.</span>", R_DEBUG)