Implement Bay's SSmachinery and power usage updates, further unclogging the toilet (#13910)

This commit is contained in:
Wildkins
2022-05-16 12:50:16 -04:00
committed by GitHub
parent a18d6598e3
commit a4461a17af
296 changed files with 1662 additions and 1778 deletions
@@ -385,7 +385,7 @@ Command action procs
/proc/is_relay_online()
for(var/obj/machinery/bluespacerelay/M in SSmachinery.all_machines)
for(var/obj/machinery/bluespacerelay/M in SSmachinery.machinery)
if(M.stat == 0)
return TRUE
return FALSE