Skip to content

Commit

Permalink
Fixed Pip & Emma speed (InterCity 125 max speed is 125mph)
Browse files Browse the repository at this point in the history
  • Loading branch information
audigex committed Jul 7, 2021
1 parent 4ec14bb commit 2ff13bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/trains/253_PipEmma.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ item (FEAT_TRAINS, item_PipEmma, 2531) {
cost_factor: 180;
running_cost_factor: 200;
sprite_id: SPRITE_ID_NEW_TRAIN;
speed: 100 mph;
speed: 125 mph;
misc_flags: TRAIN_FLAG_MU;
refit_cost: 0;
track_type: RAIL;
Expand Down Expand Up @@ -89,7 +89,7 @@ item (FEAT_TRAINS, item_PipEmma_Coach, 2532) {
loading_speed: 10;
cost_factor: 140;
running_cost_factor: 120;
speed: 100 mph;
speed: 125 mph;
power: 0;
sprite_id: SPRITE_ID_NEW_TRAIN;
refit_cost: 0;
Expand Down

0 comments on commit 2ff13bd

Please sign in to comment.