mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-05-12 18:00:52 +01:00
ad96a34dd8
Removes some in worlds and some commented out code that I don't think will ever be used.
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)
|