summaryrefslogtreecommitdiff
path: root/auto_yards/nodes/(-588,26,2504).lua
diff options
context:
space:
mode:
authorautocommitter <autocommitter@linux-forks.de>2024-11-03 00:00:02 +0100
committerautocommitter <autocommitter@linux-forks.de>2024-11-03 00:00:02 +0100
commit34fe0d5ffd14919fdb9495e45cfca294b248eefb (patch)
treeb2bf1918d24e8b8adf4a5188d22bb5d12d9b297c /auto_yards/nodes/(-588,26,2504).lua
parent91cc36ecd4e2c68040642dbaf0b0dc46106df61c (diff)
downloadluaatc_envs-34fe0d5ffd14919fdb9495e45cfca294b248eefb.tar.gz
luaatc_envs-34fe0d5ffd14919fdb9495e45cfca294b248eefb.tar.bz2
luaatc_envs-34fe0d5ffd14919fdb9495e45cfca294b248eefb.zip
State at 2024-11-03
Diffstat (limited to 'auto_yards/nodes/(-588,26,2504).lua')
-rw-r--r--auto_yards/nodes/(-588,26,2504).lua27
1 files changed, 0 insertions, 27 deletions
diff --git a/auto_yards/nodes/(-588,26,2504).lua b/auto_yards/nodes/(-588,26,2504).lua
deleted file mode 100644
index 5382804..0000000
--- a/auto_yards/nodes/(-588,26,2504).lua
+++ /dev/null
@@ -1,27 +0,0 @@
--- Cannery Dirt Loading Lane Modified
-local sand_indicator = POS(-572,26,2515) --sand indicator
-
-if F.has_rc("CAN_INTRA_SHUFFLE") then
- if not atc_arrow then return end
- if F.has_rc("CAN_CLASS_DIRT_UNLOAD") then -- remove wagons, step the fc, return the wagons
- F.remove_rc("CAN_CLASS_DIRT_UNLOAD")
- F.add_rc({
- "CAN_HS_W",
- "CAN_CLASS_SAND_LOAD"
- })
- step_fc()
- return
- end
- if F.has_rc("CAN_CLASS_SAND_LOAD") then -- remove wagons, step the fc, move wagons to departures
- F.remove_rc("CAN_CLASS_SAND_LOAD")
- F.add_rc({
- "CAN_HS_W", --departures track has Cpl function built in
- "CAN_CLASS_DEPARTURES"
- })
- step_fc()
- F.indicator(sand_indicator, false)
- return
- end
- return
-end
-F.lane_EOL("CAN",true) \ No newline at end of file