Skip to content

Commit

Permalink
Added Dean Goods to Developer Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
audigex committed Jul 16, 2024
1 parent 9903da9 commit 541432f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/debugmode_switch.pnml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
if (param[1] == 0) {

// Disable some trains that aren't finished

disabled_item(FEAT_TRAINS, 661); // GWR Dean Goods

// Disable some trains that only exist for template alignment or debugging
disable_item(FEAT_TRAINS, 601); // 12px
Expand All @@ -13,5 +13,6 @@
disable_item(FEAT_TRAINS, 607); // 28pxOLD
disable_item(FEAT_TRAINS, 608); // 32pxOLD



}

0 comments on commit 541432f

Please sign in to comment.