Fixes the Xenoarch subsystem entering into a potential infinite loop. (#14432)

This commit is contained in:
Matt Atlas
2022-07-14 16:56:02 +02:00
committed by GitHub
parent 456e661fb2
commit fb51373bfb
3 changed files with 43 additions and 1 deletions
@@ -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()