Skip to content

Commit

Permalink
Add: Compatibility for new town production in OpenTTD 14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
2TallTyler committed Feb 11, 2024
1 parent 3bac9c9 commit 69eb1a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cargos.nml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ item (FEAT_CARGOS, cargo_waste, 2) {
cargo_label: "WSTE";
town_growth_effect: TOWNGROWTH_NONE;
town_growth_multiplier: 0;
town_production_effect: TOWNPRODUCTION_MAIL;
town_production_multiplier: 1.0;
units_of_cargo: TTD_STR_TONS;
items_of_cargo: string(STR_CARGO_QUANTITY_WASTE);
penalty_lowerbound: 30;
Expand Down

0 comments on commit 69eb1a7

Please sign in to comment.