mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 09:42:29 +00:00
@@ -1,10 +0,0 @@
|
||||
SUBSYSTEM_DEF(outputs)
|
||||
name = "Outputs"
|
||||
init_order = INIT_ORDER_OUTPUTS
|
||||
flags = SS_NO_FIRE
|
||||
var/list/outputs = list()
|
||||
|
||||
/datum/controller/subsystem/outputs/Initialize(timeofday)
|
||||
for(var/A in subtypesof(/datum/outputs))
|
||||
outputs[A] = new A
|
||||
return ..()
|
||||
Reference in New Issue
Block a user