Skip to content

Commit 95878e9

Browse files
committed
483 and 484 are 3rd rail, not 4th rail
1 parent 14a931a commit 95878e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/trains/emu/BR483.pnml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ item (FEAT_TRAINS, item_BR483, 488) {
6161
speed: 45 mph;
6262
misc_flags: TRAIN_FLAG_MU;
6363
refit_cost: 0;
64-
track_type: BR_4RDR;
64+
track_type: BR_3RDR;
6565
ai_special_flag: AI_FLAG_CARGO;
6666
power: 2500 hp;
6767
running_cost_base: RUNNING_COST_ELECTRIC;

src/trains/emu/BR484.pnml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ item (FEAT_TRAINS, item_BR484, 499) {
6262
speed: 45 mph;
6363
misc_flags: TRAIN_FLAG_MU;
6464
refit_cost: 0;
65-
track_type: BR_4RDR;
65+
track_type: BR_3RDR;
6666
ai_special_flag: AI_FLAG_CARGO;
6767
power: 1500 hp;
6868
running_cost_base: RUNNING_COST_ELECTRIC;

0 commit comments

Comments
 (0)