Skip to content

Commit

Permalink
Fixed Coppernob introductory date, updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
audigex committed Mar 31, 2024
1 parent 678311c commit 4b238a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
- Added BR Standard Class 9F
- Added Mk4 coaches as a separate purchase item (previously only available as part of IC225 "MU")
- Added Mk3 DVT
- Added Class 91 as a standalone (non-IC225) unit
- Added Mk4 DVT as standalone (non-IC225) unit
- Added push-pull for Class 47 / Mk3 DVT
- Added push-pull for Class 67 / Mk3 DVT
Expand Down
2 changes: 1 addition & 1 deletion src/trains/steam/FurnessCoppernob.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ item (FEAT_TRAINS, item_Coppernob, 584) {
property {
name: string(STR_NAME_Coppernob);
climates_available: ALL_CLIMATES;
introduction_date: date(1948,4,21);
introduction_date: date(1848,4,21);
model_life: 70;
retire_early: 1;
vehicle_life: 55;
Expand Down

0 comments on commit 4b238a8

Please sign in to comment.