diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-12-01 00:00:02 +0100 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-12-01 00:00:02 +0100 |
commit | d8689cfa2dce341c032caa9a5882946d8470ed23 (patch) | |
tree | 1b88b9255f587d2f691116fb2ef04ae6d8f6b918 /auto_yards | |
parent | f891a64523b62aec180a7fbf0b7f0df1706affad (diff) | |
download | luaatc_envs-d8689cfa2dce341c032caa9a5882946d8470ed23.tar.gz luaatc_envs-d8689cfa2dce341c032caa9a5882946d8470ed23.tar.bz2 luaatc_envs-d8689cfa2dce341c032caa9a5882946d8470ed23.zip |
State at 2024-12-01
Diffstat (limited to 'auto_yards')
-rw-r--r-- | auto_yards/nodes/(-586,26,2504).lua | 2 | ||||
-rw-r--r-- | auto_yards/nodes/(-586,26,2534).lua | 3 | ||||
-rw-r--r-- | auto_yards/nodes/(-590,26,2504).lua | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/auto_yards/nodes/(-586,26,2504).lua b/auto_yards/nodes/(-586,26,2504).lua index 0823436..c8fd2cb 100644 --- a/auto_yards/nodes/(-586,26,2504).lua +++ b/auto_yards/nodes/(-586,26,2504).lua @@ -1,4 +1,5 @@ -- Cannery Dirt Loading Lane Modified +local ind = POS(-594,26,2488) --notification indicator local sand_indicator = POS(-572,26,2515) --sand indicator if F.has_rc("CAN_INTRA_SHUFFLE") then @@ -35,6 +36,7 @@ if F.has_rc("CAN_INTRA_SHUFFLE") then "CAN_CLASS_DEPARTURES" }) step_fc() + F.indicator(sand_indicator, false) --ensure the sand indicator is off to allow the wagons to load return end return diff --git a/auto_yards/nodes/(-586,26,2534).lua b/auto_yards/nodes/(-586,26,2534).lua new file mode 100644 index 0000000..d783815 --- /dev/null +++ b/auto_yards/nodes/(-586,26,2534).lua @@ -0,0 +1,3 @@ +if F.has_rc("CAN_INTRA_SHUFFLE") then atc_send("A0S0WRD5S3A1") return end +-- EOL +F.lane_EOL("CAN",false)
\ No newline at end of file diff --git a/auto_yards/nodes/(-590,26,2504).lua b/auto_yards/nodes/(-590,26,2504).lua index 0823436..7632bd2 100644 --- a/auto_yards/nodes/(-590,26,2504).lua +++ b/auto_yards/nodes/(-590,26,2504).lua @@ -1,4 +1,5 @@ -- Cannery Dirt Loading Lane Modified +local ind = POS(-594,26,2488) --notification indicator local sand_indicator = POS(-572,26,2515) --sand indicator if F.has_rc("CAN_INTRA_SHUFFLE") then |