Merge pull request #3600 from CHOMPStation2/upstream-merge-12132

[MIRROR] Fixes station preset relays
This commit is contained in:
Razgriz
2022-01-31 08:03:17 -07:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
@@ -5,6 +5,7 @@
// Telecomms doesn't know about connected z-levels, so we need relays even for the other surface levels.
/obj/machinery/telecomms/relay/preset/station
id = "SD Relay"
listening_level = 9
autolinkers = list("sd_relay")
// #### Hub ####
+1
View File
@@ -5,6 +5,7 @@
// Telecomms doesn't know about connected z-levels, so we need relays even for the other surface levels.
/obj/machinery/telecomms/relay/preset/station
id = "Tether Relay"
listening_level = 9
autolinkers = list("tether_relay")
// #### Hub ####