Makes radio signals update properly when you change their host machine's frequency

Update machinery.dm
This commit is contained in:
SteelSlayer
2019-12-31 22:58:37 -06:00
parent a326db3879
commit 2bf7c04794
19 changed files with 29 additions and 25 deletions
@@ -81,7 +81,7 @@
else
qdel(signal)
/obj/machinery/embedded_controller/radio/proc/set_frequency(new_frequency)
/obj/machinery/embedded_controller/radio/set_frequency(new_frequency)
SSradio.remove_object(src, frequency)
frequency = new_frequency
radio_connection = SSradio.add_object(src, frequency, radio_filter)