mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
12 lines
465 B
Plaintext
12 lines
465 B
Plaintext
/obj/machinery/atmospherics/pipe/return_air()
|
|
if(!QDELETED(src)) return ..()
|
|
|
|
/obj/machinery/atmospherics/pipe/build_network()
|
|
if(!QDELETED(src)) return ..()
|
|
|
|
/obj/machinery/atmospherics/pipe/network_expand(datum/pipe_network/new_network, obj/machinery/atmospherics/pipe/reference)
|
|
if(!QDELETED(src)) return ..(new_network,reference)
|
|
|
|
/obj/machinery/atmospherics/pipe/return_network(obj/machinery/atmospherics/reference)
|
|
if(!QDELETED(src)) return ..(reference)
|