mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user