Makes Pipenets Actually Rebuild and Pipes GC

This commit is contained in:
Fox McCloud
2018-04-15 04:16:09 -04:00
parent 8b576c4d42
commit 4f777d76ea
8 changed files with 19 additions and 13 deletions

View File

@@ -104,7 +104,7 @@
update_icon()
update_underlays()
/obj/machinery/atmospherics/trinary/build_network()
/obj/machinery/atmospherics/trinary/build_network(remove_deferral = FALSE)
if(!parent1)
parent1 = new /datum/pipeline()
parent1.build_pipeline(src)
@@ -116,6 +116,7 @@
if(!parent3)
parent3 = new /datum/pipeline()
parent3.build_pipeline(src)
..()
/obj/machinery/atmospherics/trinary/disconnect(obj/machinery/atmospherics/reference)
if(reference == node1)