Merge pull request #15104 from Putnam3145/pipes-dont-explode

Zaps don't explode pipes
This commit is contained in:
silicons
2021-09-08 20:38:48 -07:00
committed by GitHub
@@ -75,6 +75,9 @@
/obj/machinery/atmospherics/pipe/setPipenet(datum/pipeline/P)
parent = P
/obj/machinery/atmospherics/pipe/zap_act(power, zap_flags)
return 0 // they're not really machines in the normal sense, probably shouldn't explode
/obj/machinery/atmospherics/pipe/Destroy()
QDEL_NULL(parent)