Skip to content

Commit

Permalink
Merge pull request #11338 from philcampeau/11329---1822CA-map-fix
Browse files Browse the repository at this point in the history
[1822CA ERS] Winnipeg should be pass-through, not terminal
  • Loading branch information
ollybh authored Dec 15, 2024
2 parents 470550d + 21bd495 commit 3516a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/engine/game/g_1822_ca_ers/map.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module Map
%w[T12] => 'city=revenue:yellow_30|green_40|brown_50|gray_60,slots:2;'\
'path=a:4,b:_0,terminal:1;path=a:5,b:_0,terminal:1',
%w[T14] => 'city=revenue:yellow_30|green_40|brown_50|gray_60,slots:3;'\
'path=a:4,b:_0,terminal:1;path=a:5,b:_0,terminal:1',
'path=a:4,b:_0;path=a:5,b:_0',
['Y29'] => 'city=revenue:yellow_30|green_40|brown_50|gray_60,slots:2;path=a:4,b:_0,lanes:2',
},
}.freeze
Expand Down

0 comments on commit 3516a71

Please sign in to comment.