Skip to content

Commit

Permalink
Small lumber wagon fixed default cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
audigex committed Mar 26, 2024
1 parent fa3cd5c commit e56250d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trains/rollingstock/BRSmallLumberWagon.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ item (FEAT_TRAINS, item_SmallLumberWagon, 582) {
sprite_id: SPRITE_ID_NEW_TRAIN;
refit_cost: 0;
running_cost_base: RUNNING_COST_STEAM;
default_cargo_type: GOOD;
default_cargo_type: WOOD;
cargo_capacity: 20;
weight: 9 ton;
tractive_effort_coefficient: 0.08;
Expand Down

0 comments on commit e56250d

Please sign in to comment.