Skip to content

Commit

Permalink
Finished (for now) Coppernob, enabled Coppernob outside debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
audigex committed Apr 2, 2024
1 parent 0cff44d commit 69668a8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
Binary file modified gfx/Steam/FurnessCoppernob.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions src/debugmode_switch.pnml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
if (param[1] == 0) {
disable_item(FEAT_TRAINS, 584); // Coppernob
if (param[1] == 0) {
disable_item(FEAT_TRAINS, 589); // TGV
}
2 changes: 1 addition & 1 deletion src/templates.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ template template_train12px(x,y){
[ x+22, y, 12, 12, 4, -6]
[ x+35, y, 12, 12, 4, -4]
[ x+48, y, 8, 14, -3, -5]
[ x+57, y, 12, 12, -13, -3]
[ x+57, y, 12, 12, -13, -4]
[ x+70, y, 12, 12, -15, -6]
[ x+83, y, 12, 12, -4, -8]
}
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 @@ -43,7 +43,7 @@ item (FEAT_TRAINS, item_Coppernob, 584) {
name: string(STR_NAME_Coppernob);
climates_available: ALL_CLIMATES;
introduction_date: date(1848,4,21);
model_life: 70;
model_life: 50;
retire_early: 1;
vehicle_life: 55;
reliability_decay: 7;
Expand Down

0 comments on commit 69668a8

Please sign in to comment.