From bb7ed64bd887219e963ee933badf6162d3be3076 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sun, 17 Jul 2022 20:15:35 +0200 Subject: [PATCH] [MIRROR] Signal Commander automatically connects to the radio system [MDB IGNORE] (#14951) * Signal Commander automatically connects to the radio system (#68318) * Signal Commander automatically connects to the radio system Co-authored-by: Profakos --- .../modular_computers/file_system/programs/signalcommander.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/modular_computers/file_system/programs/signalcommander.dm b/code/modules/modular_computers/file_system/programs/signalcommander.dm index f0a0e795c33..3620ac06bcc 100644 --- a/code/modules/modular_computers/file_system/programs/signalcommander.dm +++ b/code/modules/modular_computers/file_system/programs/signalcommander.dm @@ -15,6 +15,10 @@ /// Radio connection datum used by signalers. var/datum/radio_frequency/radio_connection +/datum/computer_file/program/signal_commander/New() + set_frequency(signal_frequency) + return ..() + /datum/computer_file/program/signal_commander/ui_data(mob/user) var/list/data = get_header_data() data["frequency"] = signal_frequency