Makes Overmap processing happen on a priority subsystem. (#15568)

This commit is contained in:
Matt Atlas
2023-02-03 12:30:48 +01:00
committed by GitHub
parent b719a883a5
commit 689c5cafc9
6 changed files with 57 additions and 3 deletions
@@ -0,0 +1,11 @@
var/datum/controller/subsystem/processing/overmap/SSovermap
/datum/controller/subsystem/processing/overmap
name = "Overmap"
stat_tag = "OVRM"
priority = SS_PRIORITY_OVERMAP
flags = SS_TICKER|SS_NO_INIT
wait = 7
/datum/controller/subsystem/processing/overmap/New()
NEW_SS_GLOBAL(SSovermap)