Skip to content

Commit

Permalink
Disabled the IE2800 (Might end up in a separate addon set later)
Browse files Browse the repository at this point in the history
  • Loading branch information
audigex committed Aug 17, 2024
1 parent 3b37cdc commit c122e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trains/diesel_mu/IE2800.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ switch(FEAT_TRAINS, SELF, switch_IE2800_0_can_attach_wagon, vehicle_type_id) {
item(FEAT_TRAINS, item_IE2800, 571) {
property {
name: string(STR_IE2800_2CAR);
climates_available: ALL_CLIMATES; // available in all climates
climates_available: NO_CLIMATE; // available in all climates
introduction_date: date(2000, 01, 01);
model_life: VEHICLE_NEVER_EXPIRES; // keep available forever
vehicle_life: 35; // years after vehicle is deemed "old" and should be replaced
Expand Down

0 comments on commit c122e1f

Please sign in to comment.