summaryrefslogtreecommitdiff
path: root/durt/nodes/(1710,17,4637).lua
diff options
context:
space:
mode:
Diffstat (limited to 'durt/nodes/(1710,17,4637).lua')
-rw-r--r--durt/nodes/(1710,17,4637).lua18
1 files changed, 17 insertions, 1 deletions
diff --git a/durt/nodes/(1710,17,4637).lua b/durt/nodes/(1710,17,4637).lua
index 7489acc..69bc3a1 100644
--- a/durt/nodes/(1710,17,4637).lua
+++ b/durt/nodes/(1710,17,4637).lua
@@ -1 +1,17 @@
--- \ No newline at end of file
+-- MCR Arrivals track
+local rc = "MCR_runaround"
+local list = {
+ rc,
+ "MCR_HS_W",
+ "MCR_HS_E",
+ "MCR_HS_E_AC"
+}
+if not F.has_rc(rc) then
+ split_off_locomotive("A0B0")
+ F.add_rc(list)
+ set_route(POS(1706,18,4638), "Headshunt")
+ atc_send("A1S3")
+ return
+end
+F.remove_rc(list)
+atc_send("A0S0WD5RS2") \ No newline at end of file