mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Fixes the Xenoarch subsystem entering into a potential infinite loop. (#14432)
This commit is contained in:
@@ -9,7 +9,7 @@ var/datum/controller/subsystem/xenoarch/SSxenoarch
|
||||
/datum/controller/subsystem/xenoarch
|
||||
name = "Xenoarcheology"
|
||||
flags = SS_NO_FIRE
|
||||
init_order = SS_INIT_MISC
|
||||
init_order = SS_INIT_XENOARCH
|
||||
|
||||
var/list/artifact_spawning_turfs = list()
|
||||
var/list/digsite_spawning_turfs = list()
|
||||
|
||||
Reference in New Issue
Block a user