diff --git a/src/games/blooms.ts b/src/games/blooms.ts index 31dfb5a3..b96cc6ab 100644 --- a/src/games/blooms.ts +++ b/src/games/blooms.ts @@ -41,7 +41,7 @@ export class BloomsGame extends GameBase { type: "designer", name: "Nick Bentley", urls: ["https://boardgamegeek.com/boardgamedesigner/7958/nick-bentley"], - // urls: ["https://www.nickbentley.games/"], + apid: "52077877-93bb-4fff-9e5f-f1c41ac8e866", }, { type: "coder", diff --git a/src/games/bug.ts b/src/games/bug.ts index 082efbe3..1bd5cb91 100644 --- a/src/games/bug.ts +++ b/src/games/bug.ts @@ -35,6 +35,7 @@ export class BugGame extends GameBase { type: "designer", name: "Nick Bentley", urls: ["https://boardgamegeek.com/boardgamedesigner/7958/nick-bentley"], + apid: "52077877-93bb-4fff-9e5f-f1c41ac8e866", }, { type: "coder", diff --git a/src/games/catchup.ts b/src/games/catchup.ts index 0fab1294..d79573c5 100644 --- a/src/games/catchup.ts +++ b/src/games/catchup.ts @@ -41,6 +41,7 @@ export class CatchupGame extends GameBase { type: "designer", name: "Nick Bentley", urls: ["https://boardgamegeek.com/boardgamedesigner/7958/nick-bentley"], + apid: "52077877-93bb-4fff-9e5f-f1c41ac8e866", // urls: ["https://www.nickbentley.games/"], }, { diff --git a/src/games/shifty.ts b/src/games/shifty.ts index c9496494..bdce7022 100644 --- a/src/games/shifty.ts +++ b/src/games/shifty.ts @@ -43,6 +43,7 @@ export class ShiftyGame extends GameBase { type: "designer", name: "Nick Bentley", urls: ["https://boardgamegeek.com/boardgamedesigner/7958/nick-bentley"], + apid: "52077877-93bb-4fff-9e5f-f1c41ac8e866", }, { type: "coder", diff --git a/src/games/strands.ts b/src/games/strands.ts index 8d5b57db..66c0107f 100644 --- a/src/games/strands.ts +++ b/src/games/strands.ts @@ -39,6 +39,7 @@ export class StrandsGame extends GameBase { type: "designer", name: "Nick Bentley", urls: ["https://boardgamegeek.com/boardgamedesigner/7958/nick-bentley"], + apid: "52077877-93bb-4fff-9e5f-f1c41ac8e866", }, { type: "coder", diff --git a/src/games/xana.ts b/src/games/xana.ts index 3e05dc97..7ac49189 100644 --- a/src/games/xana.ts +++ b/src/games/xana.ts @@ -805,7 +805,7 @@ export class XanaGame extends GameBase { public getButtons(): ICustomButton[] { if ( this.isPieTurn() ) { - return [{ label: "acceptpie", move: "swap" }]; + return [{ label: "swap", move: "swap" }]; } return [{ label: "pass", move: "pass" }]; }