diff --git a/exp_scenario/module/commands/trains.lua b/exp_scenario/module/commands/trains.lua index 0df7b2c7..2a122377 100644 --- a/exp_scenario/module/commands/trains.lua +++ b/exp_scenario/module/commands/trains.lua @@ -11,8 +11,10 @@ local module = {} function module.manual(player, surface, force) local trains = game.train_manager.get_trains{ + stock = "locomotive", has_passenger = false, is_manual = true, + is_moving = false, surface = surface, force = force, }