From e6a617a7c0f7b6f0899b95fc3eb9e78764cecc9e Mon Sep 17 00:00:00 2001 From: SteelSlayer Date: Mon, 7 Sep 2020 11:39:53 -0500 Subject: [PATCH] added this accidentally from upstream merge --- code/modules/power/singularity/emitter.dm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/code/modules/power/singularity/emitter.dm b/code/modules/power/singularity/emitter.dm index 2c9cc19bc3d..ceb3b578588 100644 --- a/code/modules/power/singularity/emitter.dm +++ b/code/modules/power/singularity/emitter.dm @@ -54,14 +54,6 @@ power_usage -= 50 * M.rating active_power_usage = power_usage - //Radio remote control -/obj/machinery/power/emitter/set_frequency(new_frequency) - SSradio.remove_object(src, frequency) - frequency = new_frequency - if(frequency) - radio_connection = SSradio.add_object(src, frequency, RADIO_ATMOSIA) - - /obj/machinery/power/emitter/verb/rotate() set name = "Rotate" set category = "Object"