Ventcrawling fixes

Ventcrawling now correctly starts from any pipe, not just vents and scrubbers.
This has allowed me to fix moving between pipelines : the images are now correctly updated when you change pipes.
Added a small sanity to remove_ventcrawl().
Also edited another thing that Pomf never got around to.
This commit is contained in:
ComicIronic
2015-05-02 22:28:41 +01:00
parent fceffdd887
commit 1c2bf2964f
4 changed files with 17 additions and 13 deletions

View File

@@ -64,7 +64,7 @@
/obj/machinery/atmospherics/unary/return_network(obj/machinery/atmospherics/reference)
build_network()
if(reference==node)
if(reference == node || reference == src)
return network
return null