mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 09:35:30 +01:00
[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 <profakos@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user