Skip to content

Commit

Permalink
Improved LNER Teak string identifier, updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
audigex committed Jul 25, 2024
1 parent dd843d1 commit 921b184
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
- Added Southern Railway Z-Class
- Added GER L77 (LNER N7)
- Added LSWR Adams Radial Tank
- Added LMS Stanier P3 coach
- Added Furness Railway Rectangular Tanker Wagon
- Added Furness Railway 20-ton Hopper Wagon
- Added LMS Stanier P3 coach
- Added LNER Thompson 61ft FK and 63ft TK coaches
- Added AnsaldoBreda T-68 (Manchester Metrolink tram)
- Improved LNER Teak coach windows and roofs to fit scale better
- Fixed some introduction and model lifespans (set is now fully freight playable from ~1850 onwards)
Expand Down
2 changes: 1 addition & 1 deletion src/trains/rollingstock/LNERBCK.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ switch(FEAT_TRAINS,SELF, sw_LNERBCK,cargo_subtype){
}

switch(FEAT_TRAINS,SELF,sw_LNERBCK_cargo_subtype_text,cargo_subtype){
0: return string(str_Teak);
0: return string(str_LNERTeak);
1: return string(str_BRMaroon);
2: return string(str_BRCarmCream);
return CB_RESULT_NO_TEXT;
Expand Down
2 changes: 1 addition & 1 deletion src/trains/rollingstock/LNERBG.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ switch(FEAT_TRAINS,SELF, sw_LNERBG,cargo_subtype){
}

switch(FEAT_TRAINS,SELF,sw_LNERBG_cargo_subtype_text,cargo_subtype){
0: return string(str_Teak);
0: return string(str_LNERTeak);
1: return string(str_BRMaroon);
2: return string(str_BRCarmCream);
return CB_RESULT_NO_TEXT;
Expand Down
2 changes: 1 addition & 1 deletion src/trains/rollingstock/LNERPV.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ switch(FEAT_TRAINS,SELF, sw_LNERPV,cargo_subtype){
}

switch(FEAT_TRAINS,SELF,sw_LNERPV_cargo_subtype_text,cargo_subtype){
0: return string(str_Teak);
0: return string(str_LNERTeak);
1: return string(str_BRMaroon);
2: return string(str_BRCarmCream);
return CB_RESULT_NO_TEXT;
Expand Down
2 changes: 1 addition & 1 deletion src/trains/rollingstock/LNERTK.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ switch(FEAT_TRAINS,SELF, sw_LNERTK,cargo_subtype){
}

switch(FEAT_TRAINS,SELF,sw_LNERTK_cargo_subtype_text,cargo_subtype){
0: return string(str_Teak);
0: return string(str_LNERTeak);
1: return string(str_BRMaroon);
2: return string(str_BRCarmCream);
return CB_RESULT_NO_TEXT;
Expand Down

0 comments on commit 921b184

Please sign in to comment.