Skip to content

Commit

Permalink
Fixed Mk4 coaches only being available on electric tracks
Browse files Browse the repository at this point in the history
  • Loading branch information
audigex committed Aug 4, 2024
1 parent d694d01 commit dd26212
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions src/trains/electric_loco/BR91_IC225.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ item (FEAT_TRAINS, item_91_BRMk4DVT, 113) {
speed: 125 mph;
misc_flags: TRAIN_FLAG_NO_BREAKDOWN_SMOKE;
refit_cost: 0;
track_type: ELRL;
track_type: RAIL;
ai_special_flag: AI_FLAG_CARGO;
power: 0;
running_cost_base: RUNNING_COST_ELECTRIC;
Expand Down Expand Up @@ -101,7 +101,7 @@ item (FEAT_TRAINS, item_91_BRMk4FO, 112) {
running_cost_factor: 0;
sprite_id: SPRITE_ID_NEW_TRAIN;
refit_cost: 0;
track_type: ELRL;
track_type: RAIL;
power: 0;
running_cost_base: RUNNING_COST_NONE;
dual_headed: 0;
Expand Down Expand Up @@ -137,7 +137,7 @@ item (FEAT_TRAINS, item_91_BRMk4TSOE, 109) {
running_cost_factor: 0;
sprite_id: SPRITE_ID_NEW_TRAIN;
refit_cost: 0;
track_type: ELRL;
track_type: RAIL;
power: 0;
running_cost_base: RUNNING_COST_NONE;
dual_headed: 0;
Expand Down Expand Up @@ -173,7 +173,7 @@ item (FEAT_TRAINS, item_91_BRMk4TSO, 110) {
running_cost_factor: 0;
sprite_id: SPRITE_ID_NEW_TRAIN;
refit_cost: 0;
track_type: ELRL;
track_type: RAIL;
power: 0;
running_cost_base: RUNNING_COST_NONE;
dual_headed: 0;
Expand Down Expand Up @@ -209,7 +209,7 @@ item (FEAT_TRAINS, item_91_BRMk4RFM, 111) {
running_cost_factor: 0;
sprite_id: SPRITE_ID_NEW_TRAIN;
refit_cost: 0;
track_type: ELRL;
track_type: RAIL;
power: 0;
running_cost_base: RUNNING_COST_NONE;
dual_headed: 0;
Expand Down Expand Up @@ -245,7 +245,7 @@ item (FEAT_TRAINS, item_91_BRMk4TSOD, 114) {
running_cost_factor: 0;
sprite_id: SPRITE_ID_NEW_TRAIN;
refit_cost: 0;
track_type: ELRL;
track_type: RAIL;
power: 0;
running_cost_base: RUNNING_COST_NONE;
dual_headed: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/trains/variantheaders/BRMk4_Header.pnml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
item (FEAT_TRAINS, header_BRMk4, 10004) {
property {
name: string(STR_NAME_BRMk4TSO);
name: string(STR_NAME_BRMk4_Header);
climates_available: NO_CLIMATE;
refittable_cargo_classes: 0;
cargo_allow_refit: [PASS];
Expand Down

0 comments on commit dd26212

Please sign in to comment.