Skip to content

Commit

Permalink
Unfix lake in NW Fish & Islands scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisrandy committed Mar 4, 2024
1 parent ba9ea4e commit 2e9c30b
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 @@ -2850,7 +2850,7 @@ const templates: { [key in ExpansionName]?: CatanBoardTemplate } = {
{ type: "sea", port: { type: "3:1", orientation: 0, moveable: true }, group: 2 },
{ type: "sea", fixed: true, fishTile: { number: 10, orientation: 0, moveable: true } },
{ type: "pasture", number: 10 },
{ type: "lake", inlandOnly: true, fixed: true },
{ type: "lake", inlandOnly: true },
{ type: "hills", number: 6 },
{ type: "sea", fixed: true },
],
Expand Down

0 comments on commit 2e9c30b

Please sign in to comment.