Skip to content

Commit

Permalink
Allowed engines to (theoretically) refit to passengers, so that they …
Browse files Browse the repository at this point in the history
…show up even if the user doesn't have an industry GRF with the GOODS cargo type
  • Loading branch information
audigex committed May 20, 2022
1 parent 2ff13bd commit b85533d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/trains/Edward.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ item (FEAT_TRAINS, item_Edward, 201) {
vehicle_life: 18;
reliability_decay: 7;
refittable_cargo_classes: 0;
cargo_allow_refit: [GOOD];
cargo_allow_refit: [GOOD, PASS];
loading_speed: 3;
cost_factor: 60;
running_cost_factor: 70;
Expand Down
2 changes: 1 addition & 1 deletion src/trains/Gordon.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ item (FEAT_TRAINS, item_Gordon_Tender, 402) {
name: string(STR_Gordon_Name);
climates_available: NO_CLIMATE;
refittable_cargo_classes: 0;
cargo_allow_refit: [GOOD];
cargo_allow_refit: [GOOD, PASS];
loading_speed: 3;
cost_factor: 0;
running_cost_factor: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/trains/Henry.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ item (FEAT_TRAINS, item_Henry, 301) {
vehicle_life: 18;
reliability_decay: 7;
refittable_cargo_classes: 0;
cargo_allow_refit: [GOOD];
cargo_allow_refit: [GOOD, PASS];
loading_speed: 3;
cost_factor: 75;
running_cost_factor: 90;
Expand Down
2 changes: 1 addition & 1 deletion src/trains/James.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ item (FEAT_TRAINS, item_James, 501) {
vehicle_life: 18;
reliability_decay: 7;
refittable_cargo_classes: 0;
cargo_allow_refit: [GOOD];
cargo_allow_refit: [GOOD, PASS];
loading_speed: 3;
cost_factor: 60;
running_cost_factor: 70;
Expand Down
2 changes: 1 addition & 1 deletion src/trains/Percy.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ item (FEAT_TRAINS, item_Percy, 601) {
vehicle_life: 18;
reliability_decay: 7;
refittable_cargo_classes: 0;
cargo_allow_refit: [GOOD];
cargo_allow_refit: [GOOD, PASS];
loading_speed: 3;
cost_factor: 40;
running_cost_factor: 50;
Expand Down
2 changes: 1 addition & 1 deletion src/trains/Thomas.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ item (FEAT_TRAINS, item_Thomas, 10011) {
vehicle_life: 18;
reliability_decay: 7;
refittable_cargo_classes: 0;
cargo_allow_refit: [GOOD];
cargo_allow_refit: [GOOD, PASS];
loading_speed: 3;
cost_factor: 40;
running_cost_factor: 55;
Expand Down

0 comments on commit b85533d

Please sign in to comment.