mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Implement Bay's SSmachinery and power usage updates, further unclogging the toilet (#13910)
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
var/datum/controller/subsystem/processing/pipenet/SSpipenet
|
||||
/datum/controller/subsystem/processing/pipenet
|
||||
name = "Pipenet"
|
||||
init_order = SS_INIT_PIPENET
|
||||
priority = SS_PRIORITY_MACHINERY
|
||||
flags = 0
|
||||
|
||||
/datum/controller/subsystem/processing/pipenet/New()
|
||||
NEW_SS_GLOBAL(SSpipenet)
|
||||
|
||||
/datum/controller/subsystem/processing/pipenet/Initialize(timeofday)
|
||||
for (var/obj/machinery/atmospherics/machine in SSmachinery.all_machines)
|
||||
machine.build_network()
|
||||
|
||||
CHECK_TICK
|
||||
..()
|
||||
Reference in New Issue
Block a user