From 54c74b989e714960f9516fa2a8f9b44016b5d8f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Neto?= Date: Wed, 6 May 2026 14:47:33 +0100 Subject: [PATCH] Changed swap button --- src/games/xana.ts | 2 +- src/games/y.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/games/xana.ts b/src/games/xana.ts index 7ac49189..3e05dc97 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: "swap", move: "swap" }]; + return [{ label: "acceptpie", move: "swap" }]; } return [{ label: "pass", move: "pass" }]; } diff --git a/src/games/y.ts b/src/games/y.ts index f5c094cb..3d1f42f6 100644 --- a/src/games/y.ts +++ b/src/games/y.ts @@ -33,6 +33,7 @@ export class YGame extends GameBase { dateAdded: "2026-04-29", // i18next.t("apgames:descriptions.y") description: "apgames:descriptions.y", + notes: "apgames:notes.y", urls: ["https://boardgamegeek.com/boardgame/5242/the-game-of-y"], people: [ {