Skip to content

Commit

Permalink
Fix fish tile duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisrandy committed Oct 15, 2024
1 parent 53891a8 commit ead1544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/expansions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3407,7 +3407,7 @@ const templates: { [key in ExpansionName]?: CatanBoardTemplate } = {
],
[
{ type: "empty" },
{ type: "sea", fixed: true, fishTile: { number: 5, orientation: 0 } },
{ type: "sea", fixed: true, fishTile: { number: 9, orientation: 0 } },
{ type: "fields", number: 10 },
{ type: "pasture", number: 4 },
{ type: "sea", portsAllowed: false, fixed: true },
Expand Down

0 comments on commit ead1544

Please sign in to comment.