Files
Aurora.3/code/controllers/subsystems/processing/calamity.dm
Ron ad96a34dd8 Removes some in worlds (#3227)
Removes some in worlds and some commented out code that I don't think will ever be used.
2017-08-06 19:50:53 +03:00

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)