Re-Applying REDOING SHIT

I already made these explicit changes what the fuck happened to them.
Fixes #4370 clearly but what the fuck mang.
This commit is contained in:
D3athrow
2015-05-11 17:02:56 -05:00
parent 4108137294
commit 25ac050891

View File

@@ -145,12 +145,12 @@ datum/controller/game_controller/proc/setup_objects()
world << "<span class='danger'>Initializing pipe networks</span>"
sleep(-1)
for(var/obj/machinery/atmospherics/machine in machines)
for(var/obj/machinery/atmospherics/machine in atmos_machines)
machine.build_network()
world << "<span class='danger'>Initializing atmos machinery.</span>"
sleep(-1)
for(var/obj/machinery/atmospherics/unary/U in machines)
for(var/obj/machinery/atmospherics/unary/U in atmos_machines)
if(istype(U, /obj/machinery/atmospherics/unary/vent_pump))
var/obj/machinery/atmospherics/unary/vent_pump/T = U
T.broadcast_status()