Skip to content

Commit

Permalink
Updated some early wagon introduction dates
Browse files Browse the repository at this point in the history
  • Loading branch information
audigex committed Jul 16, 2024
1 parent 0d31737 commit 821b062
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/trains/rollingstock/BRSmallLumberWagon.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ item (FEAT_TRAINS, item_SmallLumberWagon, 582) {
property {
name: string(STR_NAME_SmallLumberWagon);
climates_available: ALL_CLIMATES;
introduction_date: date(1800,1,1);
introduction_date: date(1840,1,1);
model_life: 50;
refittable_cargo_classes: bitmask(CC_PIECE_GOODS);
loading_speed: 15;
Expand Down
2 changes: 1 addition & 1 deletion src/trains/rollingstock/Furness20TonHopper.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ item (FEAT_TRAINS, item_Furness20TonHopper, 656) {
property {
name: string(STR_NAME_Furness20TonHopper);
climates_available: ALL_CLIMATES;
introduction_date: date(1848,4,21);
introduction_date: date(1840,4,21);
model_life: VEHICLE_NEVER_EXPIRES;
refittable_cargo_classes: bitmask(CC_BULK, CC_COVERED, CC_POWDERIZED, CC_NON_POURABLE, CC_NEO_BULK);
default_cargo_type: COAL;
Expand Down
4 changes: 2 additions & 2 deletions src/trains/rollingstock/FurnessGoodsVan.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ item (FEAT_TRAINS, item_FurnessGoodsVan, 654) {
property {
name: string(STR_NAME_FurnessGoodsVan);
climates_available: ALL_CLIMATES;
introduction_date: date(1848,4,21);
introduction_date: date(1840,4,21);
model_life: VEHICLE_NEVER_EXPIRES;
refittable_cargo_classes: bitmask(CC_PIECE_GOODS, CC_EXPRESS, CC_HAZARDOUS, CC_REFRIGERATED, CC_NON_POURABLE, CC_NEO_BULK, CC_OVERSIZED);
refittable_cargo_classes: bitmask(CC_PIECE_GOODS, CC_EXPRESS, CC_HAZARDOUS, CC_REFRIGERATED, CC_NON_POURABLE, CC_NEO_BULK, CC_OVERSIZED, CC_ARMOURED);
default_cargo_type: GOOD;
loading_speed: 15;
cost_factor: 30;
Expand Down
2 changes: 1 addition & 1 deletion src/trains/rollingstock/FurnessTankWagon.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ item (FEAT_TRAINS, item_FurnessTankWagon, 655) {
property {
name: string(STR_NAME_FurnessTankWagon);
climates_available: ALL_CLIMATES;
introduction_date: date(1848,4,21);
introduction_date: date(1840,4,21);
model_life: VEHICLE_NEVER_EXPIRES;
refittable_cargo_classes: bitmask(CC_LIQUID);
default_cargo_type: OIL_;
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 @@ -48,7 +48,7 @@ item (FEAT_TRAINS, item_LNERBCK, 11) {
property {
name: string(STR_NAME_LNERBCK);
climates_available: ALL_CLIMATES;
introduction_date: date(1846,4,21);
introduction_date: date(1840,4,21);
model_life: 100;
cargo_allow_refit: [PASS];
loading_speed: 10;
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 @@ -48,7 +48,7 @@ item (FEAT_TRAINS, item_LNERBG, 10) {
property {
name: string(STR_NAME_LNERBG);
climates_available: ALL_CLIMATES;
introduction_date: date(1846,4,21);
introduction_date: date(1840,4,21);
model_life: 100;
cargo_allow_refit: [PASS];
loading_speed: 10;
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 @@ -31,7 +31,7 @@ item (FEAT_TRAINS, item_LNERPV, 9) {
property {
name: string(STR_NAME_LNERPV);
climates_available: ALL_CLIMATES;
introduction_date: date(1846,4,21);
introduction_date: date(1840,4,21);
model_life: 100;
cargo_allow_refit: [MAIL];
loading_speed: 10;
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 @@ -31,7 +31,7 @@ item (FEAT_TRAINS, item_LNERTK, 8) {
property {
name: string(STR_NAME_LNERTK);
climates_available: ALL_CLIMATES;
introduction_date: date(1846,4,21);
introduction_date: date(1840,4,21);
model_life: 100;
cargo_allow_refit: [PASS];
loading_speed: 10;
Expand Down

0 comments on commit 821b062

Please sign in to comment.