mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-17 02:47:58 +01:00
Makes Overmap processing happen on a priority subsystem. (#15568)
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user