mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-03 22:13:24 +00:00
Map changes. Some improvements/adjustments to code to work with the map changes.
This commit is contained in:
@@ -487,7 +487,17 @@
|
||||
autolinkers = list("bus3", "bus4") // Bus units 3 and 4
|
||||
freq_listening = list(1459, 1353, 1357, 1359) // common, command, engineering, security
|
||||
|
||||
/obj/machinery/telecomms/receiver/antiqua_left
|
||||
id = "Receiver A"
|
||||
network = "tcommsat"
|
||||
autolinkers = list("bus1") // link to bus units 1 and 2
|
||||
freq_listening = list(1351, 1355, 1347, 1349) // science, medical, cargo, mining
|
||||
|
||||
/obj/machinery/telecomms/receiver/antiqua_right
|
||||
id = "Receiver B"
|
||||
network = "tcommsat"
|
||||
autolinkers = list("bus2") // Bus units 3 and 4
|
||||
freq_listening = list(1459, 1353, 1357, 1359) // common, command, engineering, security
|
||||
|
||||
/obj/machinery/telecomms/bus/preset_one
|
||||
id = "Bus 1"
|
||||
@@ -509,6 +519,15 @@
|
||||
network = "tcommsat"
|
||||
autolinkers = list("bus4", "processor4", "engineering", "common")
|
||||
|
||||
/obj/machinery/telecomms/bus/antiqua_one
|
||||
id = "Bus 1"
|
||||
network = "tcommsat"
|
||||
autolinkers = list("bus1", "processor1", "science", "medical", "cargo", "mining")
|
||||
|
||||
/obj/machinery/telecomms/bus/antiqua_two
|
||||
id = "Bus 2"
|
||||
network = "tcommsat"
|
||||
autolinkers = list("bus2", "processor2", "cargo", "mining", "engineering", "common")
|
||||
|
||||
|
||||
/obj/machinery/telecomms/processor/preset_one
|
||||
|
||||
Reference in New Issue
Block a user