From 572b186e28ddc2a630613765c0f0780b4664380f Mon Sep 17 00:00:00 2001 From: autocommitter Date: Tue, 15 Oct 2024 22:37:42 +0200 Subject: State at 2024-10-15 --- durt/nodes/(-585,26,2478).lua | 1 - 1 file changed, 1 deletion(-) delete mode 100644 durt/nodes/(-585,26,2478).lua (limited to 'durt/nodes/(-585,26,2478).lua') diff --git a/durt/nodes/(-585,26,2478).lua b/durt/nodes/(-585,26,2478).lua deleted file mode 100644 index f79b2c9..0000000 --- a/durt/nodes/(-585,26,2478).lua +++ /dev/null @@ -1 +0,0 @@ ---arrow points west towards working HS local lane = 4 if S.yard_active == true then if atc_arrow then set_route("CANNERY_W"..lane, "HEADSHUNT") -- turnouts should already be set by the train returning from HS local plen = train_length() local rc = split_at_fc("B0",3) local trc = "CAN_"..rc if plen == train_length() and (rc == "" or S.rc:match(trc)) then S.exiting = true end if rc and rc ~= "" then set_rc("CAN_"..rc) else set_rc(S.rc) S.exiting = true end end end \ No newline at end of file -- cgit v1.2.3