Skip to content

Commit

Permalink
Added sprinters to variant group
Browse files Browse the repository at this point in the history
  • Loading branch information
audigex committed Aug 5, 2024
1 parent 4f3f043 commit edd5aff
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/trains/diesel_mu/BR150.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ switch(FEAT_TRAINS,SELF,sw_BR150_cargo_subtype_text,cargo_subtype){

item (FEAT_TRAINS, item_BR150, 41) {
property {
variant_group: header_Sprinter;
name: string(STR_NAME_BR150);
climates_available: ALL_CLIMATES;
introduction_date: date(1984,4,21);
Expand Down
1 change: 1 addition & 0 deletions src/trains/diesel_mu/BR150_1.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ switch(FEAT_TRAINS,SELF,sw_BR150_1_cargo_subtype_text,cargo_subtype){

item (FEAT_TRAINS, item_BR150_1, 44) {
property {
variant_group: header_Sprinter;
name: string(STR_NAME_BR150_1);
climates_available: ALL_CLIMATES;
introduction_date: date(1985,4,21);
Expand Down
1 change: 1 addition & 0 deletions src/trains/diesel_mu/BR150_2.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ switch(FEAT_TRAINS,SELF,sw_BR150_2_cargo_subtype_text,cargo_subtype){

item (FEAT_TRAINS, item_BR150_2, 46) {
property {
variant_group: header_Sprinter;
name: string(STR_NAME_BR150_2);
climates_available: ALL_CLIMATES;
introduction_date: date(1986,4,21);
Expand Down
1 change: 1 addition & 0 deletions src/trains/diesel_mu/BR151.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ switch(FEAT_TRAINS,SELF,sw_BR151_cargo_subtype_text,cargo_subtype){

item (FEAT_TRAINS, item_BR151, 51) {
property {
variant_group: header_Sprinter;
name: string(STR_NAME_BR151);
climates_available: ALL_CLIMATES;
introduction_date: date(1985,4,21);
Expand Down
1 change: 1 addition & 0 deletions src/trains/diesel_mu/BR153.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ switch(FEAT_TRAINS,SELF,sw_BR153_cargo_subtype_text,cargo_subtype){

item (FEAT_TRAINS, item_BR153, 54) {
property {
variant_group: header_Sprinter;
name: string(STR_NAME_BR153);
climates_available: ALL_CLIMATES;
introduction_date: date(1991,4,21);
Expand Down
1 change: 1 addition & 0 deletions src/trains/diesel_mu/BR155.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ switch(FEAT_TRAINS,SELF,sw_BR155_cargo_subtype_text,cargo_subtype){

item (FEAT_TRAINS, item_BR155, 55) {
property {
variant_group: header_Sprinter;
name: string(STR_NAME_BR155);
climates_available: ALL_CLIMATES;
introduction_date: date(1987,4,21);
Expand Down
1 change: 1 addition & 0 deletions src/trains/diesel_mu/BR156.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ switch(FEAT_TRAINS,SELF,sw_BR156_cargo_subtype_text,cargo_subtype){

item (FEAT_TRAINS, item_BR156, 57) {
property {
variant_group: header_Sprinter;
name: string(STR_NAME_BR156);
climates_available: ALL_CLIMATES;
introduction_date: date(1987,4,21);
Expand Down
1 change: 1 addition & 0 deletions src/trains/diesel_mu/BR158.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ switch(FEAT_TRAINS,SELF,sw_BR158_cargo_subtype_text,cargo_subtype){

item (FEAT_TRAINS, item_BR158, 36) {
property {
variant_group: header_Sprinter;
name: string(STR_NAME_BR158);
climates_available: ALL_CLIMATES;
introduction_date: date(1989,4,21);
Expand Down
1 change: 1 addition & 0 deletions src/trains/diesel_mu/BR158_3.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ switch(FEAT_TRAINS,SELF,sw_BR158_3_cargo_subtype_text,cargo_subtype){

item (FEAT_TRAINS, item_BR158_3, 39) {
property {
variant_group: header_Sprinter;
name: string(STR_NAME_BR158_3);
climates_available: ALL_CLIMATES;
introduction_date: date(1989,4,21);
Expand Down
1 change: 1 addition & 0 deletions src/trains/diesel_mu/BR159.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ switch(FEAT_TRAINS,SELF,sw_BR159_cargo_subtype_text,cargo_subtype){

item (FEAT_TRAINS, item_BR159, 59) {
property {
variant_group: header_Sprinter;
name: string(STR_NAME_BR159);
climates_available: ALL_CLIMATES;
introduction_date: date(1993,4,21);
Expand Down

0 comments on commit edd5aff

Please sign in to comment.