mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 16:12:19 +00:00
12 lines
297 B
Plaintext
12 lines
297 B
Plaintext
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)
|