mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-21 07:32:02 +00:00
14 lines
433 B
Plaintext
14 lines
433 B
Plaintext
// This is a separate processor so the MC can schedule singuloth/tesla/Nar-sie independent from other objects.
|
|
|
|
var/datum/controller/subsystem/processing/calamity/SScalamity
|
|
|
|
/datum/controller/subsystem/processing/calamity
|
|
name = "Calamity"
|
|
flags = SS_NO_INIT | SS_POST_FIRE_TIMING
|
|
priority = SS_PRIORITY_CALAMITY
|
|
|
|
var/list/singularities = list()
|
|
|
|
/datum/controller/subsystem/processing/calamity/New()
|
|
NEW_SS_GLOBAL(SScalamity)
|