diff --git a/src/vehicle_cmd.cpp b/src/vehicle_cmd.cpp index 4bd65938d5..74e746631c 100644 --- a/src/vehicle_cmd.cpp +++ b/src/vehicle_cmd.cpp @@ -528,6 +528,7 @@ CommandCost CmdRefitVehicle(TileIndex tile, DoCommandFlag flags, uint32 p1, uint uint8 num_vehicles = GB(p2, 16, 8); CommandCost cost = RefitVehicle(v, only_this, num_vehicles, new_cid, new_subtype, flags, auto_refit); + if (is_virtual_train) cost.MultiplyCost(0); if (flags & DC_EXEC) { /* Update the cached variables */