Adds AI, telecomms and bridge consoles to runtime (#10274)

This commit is contained in:
Jiří Barouš
2020-10-20 09:54:18 +02:00
committed by GitHub
parent d4be1e72ea
commit 7587e222a0
5 changed files with 4125 additions and 2988 deletions
+7 -1
View File
@@ -18,4 +18,10 @@
boss_short = "Coders"
company_name = "BanoTarsen"
company_short = "BT"
system_name = "runtime.dm"
system_name = "runtime.dm"
station_networks = list(
NETWORK_CIVILIAN_MAIN,
NETWORK_COMMAND,
NETWORK_ENGINEERING,
)