Files
kiwistation/_maps/map_files/MiniStation/telecomms.dm
T
Giacomand c676aec83d Fixes the broken department channels.
Gave both heads full access to all department channels and with them all turned on by default.
2014-02-04 21:58:41 +00:00

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"