mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-29 19:43:16 +00:00
Telecomms fixes (#7257)
* Fixes ERT and Merc Tcomms Transit Relay can actually hear the transit z-level * Resolves conflicts, makes sure normal radio works on centcomm Z
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
network = "tcommsat"
|
||||
produces_heat = 0
|
||||
autolinkers = list("receiverCent")
|
||||
freq_listening = list(ERT_FREQ, DTH_FREQ)
|
||||
freq_listening = list(ERT_FREQ, DTH_FREQ, SYND_FREQ)
|
||||
|
||||
|
||||
//Buses
|
||||
@@ -108,7 +108,7 @@
|
||||
/obj/machinery/telecomms/bus/preset_cent
|
||||
id = "CentCom Bus"
|
||||
network = "tcommsat"
|
||||
freq_listening = list(ERT_FREQ, DTH_FREQ)
|
||||
freq_listening = list(ERT_FREQ, DTH_FREQ, SYND_FREQ)
|
||||
produces_heat = 0
|
||||
autolinkers = list("processorCent", "centcom")
|
||||
|
||||
@@ -201,7 +201,7 @@
|
||||
|
||||
/obj/machinery/telecomms/server/presets/centcomm
|
||||
id = "CentCom Server"
|
||||
freq_listening = list(ERT_FREQ, DTH_FREQ)
|
||||
freq_listening = list(ERT_FREQ, DTH_FREQ, SYND_FREQ)
|
||||
produces_heat = 0
|
||||
autolinkers = list("centcom")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user