GC radio stuffs

This commit is contained in:
Fox McCloud
2018-04-14 13:44:26 -04:00
parent 519cee2810
commit 129e1f66f7
23 changed files with 123 additions and 24 deletions
@@ -28,6 +28,12 @@ Thus, the two variables affect pump operation are set in New():
var/id = null
var/datum/radio_frequency/radio_connection
/obj/machinery/atmospherics/binary/pump/Destroy()
if(radio_controller)
radio_controller.remove_object(src, frequency)
radio_connection = null
return ..()
/obj/machinery/atmospherics/binary/pump/highcap
name = "High capacity gas pump"
desc = "A high capacity pump"