Skip to content

Commit

Permalink
[1822CA] Vancouver should be pass-through, not terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
philcampeau committed Nov 11, 2024
1 parent 510055b commit fd80745
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 fd80745

Please sign in to comment.