fixing pipe gc

This commit is contained in:
duncathan
2015-08-28 20:37:44 -06:00
parent d9f816279b
commit 48a06b96dd
7 changed files with 45 additions and 22 deletions
@@ -29,6 +29,8 @@ Thus, the two variables affect pump operation are set in New():
/obj/machinery/atmospherics/components/binary/pump/Destroy()
if(radio_controller)
radio_controller.remove_object(src,frequency)
if(radio_connection)
radio_connection = null
..()
/obj/machinery/atmospherics/components/binary/pump/on