Skip to content

Commit

Permalink
Added multiple working to 801/1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGarrity committed Jun 20, 2020
1 parent 4541267 commit 56594fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/trains/emu/801-1.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ switch(FEAT_TRAINS, SELF, switch_br_801_5car_start_stop, num_vehs_in_consist) {
switch(FEAT_TRAINS, SELF, switch_br_801_5car_can_attach_wagon, vehicle_type_id) {
item_br_801_5car: return CB_RESULT_ATTACH_ALLOW;
item_br_801_9car: return CB_RESULT_ATTACH_ALLOW;
item_br_807: return CB_RESULT_ATTACH_ALLOW;
return string(STR_CANNOT_ATTACH);
}

Expand Down

0 comments on commit 56594fb

Please sign in to comment.