From 4c265049dcf320a5eb40396581dc4c7cba975f9b Mon Sep 17 00:00:00 2001 From: autocommitter Date: Mon, 22 Apr 2024 14:52:53 +0200 Subject: State at 2021-05-03 --- Crossroads/init_code.lua | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'Crossroads/init_code.lua') diff --git a/Crossroads/init_code.lua b/Crossroads/init_code.lua index a312281..4b18696 100644 --- a/Crossroads/init_code.lua +++ b/Crossroads/init_code.lua @@ -1,8 +1,3 @@ -F.foo = {} -function F.foo2() - F.foo[1] = "foo" -end - if S.trains == nil then S.trains = {} end if not S.odsd then S.odsd = {} end if not S.cpoints then S.cpoints = {} end @@ -352,15 +347,15 @@ F.lines = { name = "ATL-B Commuter", short = "ATL-B/C", ring = false, interval = 240, - [1] = { {"crch","A1"}, --[[ {"crwm","3"},]] {"scs","N1"}, {"scc","N1"}, {"scn","N1"}, {"cg","1"}, {"thecube","4"}, --[[{"phsc","N"},]] {"grsc", "4"}, {"phwest","2"} }, - [2] = { {"phwest","2"}, {"grsc", "3"}, --[[{"phsc","S"},]] {"thecube","1"}, {"cg","2"}, {"scn","S1"}, {"scc","S1"}, {"scs","S1"}, --[[ {"crwm","4"}, ]] {"crch","A1"} }, + [1] = { {"crch","2"}, --[[ {"crwm","3"},]] {"scs","N1"}, {"scc","N1"}, {"scn","N1"}, {"cg","1"}, {"thecube","4"}, --[[{"phsc","N"},]] {"grsc", "4"}, {"phwest","2"} }, + [2] = { {"phwest","2"}, {"grsc", "3"}, --[[{"phsc","S"},]] {"thecube","1"}, {"cg","2"}, {"scn","S1"}, {"scc","S1"}, {"scs","S1"}, --[[ {"crwm","4"}, ]] {"crch","2"} }, }, ["ABE"] = { name = "ATL-B Express", short = "ATL-B/E", ring = false, interval = 240, - [1] = {{"crch","A1"}, {"scc","N2"}, {"cg","1"}, {"thecube", "4"}, {"phwest", "2"}}, - [2] = {{"phwest", "2"}, {"thecube", "1"}, {"cg", "2"}, {"scc", "S2"}, {"crch", "A1"}}, + [1] = {{"crch","1"}, {"scc","N2"}, {"cg","1"}, {"thecube", "4"}, {"phwest", "2"}}, + [2] = {{"phwest", "2"}, {"thecube", "1"}, {"cg", "2"}, {"scc", "S2"}, {"crch", "1"}}, }, ["AZ"] = { name = "ATL Zinc Line", short = "ATL-Z", -- cgit v1.2.3