Skip to content

Commit

Permalink
Merge pull request #11488 from tobymao/1837-tile-432
Browse files Browse the repository at this point in the history
[1837] Fix tile 432 definition
  • Loading branch information
crericha authored Jan 29, 2025
2 parents 2d70c4c + 970d6d4 commit 784898e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/engine/game/g_1837/map.rb
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ module Map
'count' => 4,
'color' => 'brown',
'code' => 'city=revenue:40,slots:2;city=revenue:40,slots:2,loc:2;path=a:0,b:_0;path=a:4,b:_0;' \
'path=a:5,b:_0;path=a:1,b:_1;path=a:2,b:_1;path=a:3,b:_1',
'path=a:5,b:_0;path=a:1,b:_1;path=a:2,b:_1;path=a:3,b:_1;path=a:_0,b:_1',
},
'434' => {
'count' => 2,
Expand Down

0 comments on commit 784898e

Please sign in to comment.