This commit is contained in:
2025-05-12 20:25:30 +09:00
parent 2b3a49391f
commit c36b92c401

View File

@@ -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,
}