mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 11:30:35 +01:00
Updates subsystem definitions to new standards. (#17470)
* My heart is dragging me down into... ...oblivion! * drifting closer to the edge but she won't have me * ever round me we are dead before we meet her * for the last time * wake up in sweat * n * fff * uff --------- Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
/var/datum/controller/subsystem/processing/airflow/SSairflow
|
||||
|
||||
#define CLEAR_OBJECT(TARGET) \
|
||||
processing -= TARGET; \
|
||||
TARGET.airflow_dest = null; \
|
||||
@@ -10,15 +8,12 @@
|
||||
TARGET.density = 0; \
|
||||
}
|
||||
|
||||
/datum/controller/subsystem/processing/airflow
|
||||
PROCESSING_SUBSYSTEM_DEF(airflow)
|
||||
name = "Airflow"
|
||||
wait = 1
|
||||
flags = SS_NO_INIT
|
||||
priority = SS_PRIORITY_AIRFLOW
|
||||
|
||||
/datum/controller/subsystem/processing/airflow/New()
|
||||
NEW_SS_GLOBAL(SSairflow)
|
||||
|
||||
/datum/controller/subsystem/processing/airflow/fire(resumed = FALSE)
|
||||
if (!resumed)
|
||||
currentrun = processing.Copy() // Defined in parent.
|
||||
|
||||
Reference in New Issue
Block a user