Makes it so zaps don't explode pipes

This commit is contained in:
Putnam3145
2021-09-08 18:42:38 -07:00
parent 98cb444ad4
commit 5eb272c0a6
@@ -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)