Removes some in worlds (#3227)

Removes some in worlds and some commented out code that I don't think will ever be used.
This commit is contained in:
Ron
2017-08-06 12:50:53 -04:00
committed by Erki
parent 26d92d27f4
commit ad96a34dd8
17 changed files with 37 additions and 72 deletions
@@ -1,10 +1,13 @@
// This is a separate processor so the MC can schedule singuloth/tesla/Nar-sie independent from other objects.
var/datum/controller/subsystem/processing/SScalamity
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)