c676aec83d
Gave both heads full access to all department channels and with them all turned on by default.
19 lines
498 B
Plaintext
19 lines
498 B
Plaintext
/obj/machinery/telecomms/receiver/preset_left/ministation
|
|
name = "Receiver"
|
|
freq_listening = list()
|
|
|
|
/obj/machinery/telecomms/bus/preset_one/ministation
|
|
name = "Bus"
|
|
autolinkers = list("processor1", "common")
|
|
freq_listening = list()
|
|
|
|
/obj/machinery/telecomms/processor/preset_one/ministation
|
|
name = "Processor"
|
|
|
|
/obj/machinery/telecomms/server/presets/common/ministation/New()
|
|
..()
|
|
freq_listening = list()
|
|
|
|
/obj/machinery/telecomms/broadcaster/preset_left/ministation
|
|
name = "Broadcaster"
|