From 1026238187ee1a55ae31a94cd77b8e2d0396da75 Mon Sep 17 00:00:00 2001 From: Jacob Date: Mon, 14 Sep 2020 15:42:00 -0400 Subject: [PATCH] Small update to train reversal patch Without a break, choochoo will be encountered again, but the carriages will be in the desired order after a reversal, accomplishing nothing. Adding a break is a small optimization and is more logical to the desired behavior. --- maps/mountain_fortress_v3/icw/functions.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/maps/mountain_fortress_v3/icw/functions.lua b/maps/mountain_fortress_v3/icw/functions.lua index aaebc21b..72476604 100644 --- a/maps/mountain_fortress_v3/icw/functions.lua +++ b/maps/mountain_fortress_v3/icw/functions.lua @@ -982,6 +982,7 @@ function Public.construct_train(icw, carriages) n = n + 1 m = m - 1 end + break end end end