mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 20:37:34 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user