summaryrefslogtreecommitdiff
path: root/Tyard/nodes/(-4027,12,-2731).lua
diff options
context:
space:
mode:
Diffstat (limited to 'Tyard/nodes/(-4027,12,-2731).lua')
-rw-r--r--Tyard/nodes/(-4027,12,-2731).lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tyard/nodes/(-4027,12,-2731).lua b/Tyard/nodes/(-4027,12,-2731).lua
index 836ebf8..91a7249 100644
--- a/Tyard/nodes/(-4027,12,-2731).lua
+++ b/Tyard/nodes/(-4027,12,-2731).lua
@@ -31,7 +31,7 @@ if F.yard_active() then
end
if this_dir == F.dir() then --train has bounced and is ready to classify wagon(s)
-- local pre_split = train_length()
- local lane = split_at_fc("A0B0",3) -- where to classify this rake
+ local lane = split_at_fc("A0B0",5) -- where to classify this rake
local locos = tonumber(F.get_rc_safe():match("TY_LOCOS_(%d+)")) or 1 --saved loco count
local wagons = tonumber(F.get_rc_safe():match("TY_WAGONS_(%d+)")) or 0 -- wagon_count from last classification split
local this_rake = train_length() - locos-- subtract these wagons from the overall wagon count