Skip to content

Commit 4f77904

Browse files
committed
Yavalath: Going live
1 parent 733a126 commit 4f77904

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/games/yavalath.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class YavalathGame extends GameBase {
2525
uid: "yavalath",
2626
playercounts: [2],
2727
version: "20250112",
28-
dateAdded: "2023-06-18",
28+
dateAdded: "2025-01-12",
2929
// i18next.t("apgames:descriptions.yavalath")
3030
description: "apgames:descriptions.yavalath",
3131
urls: ["https://boardgamegeek.com/boardgame/33767/yavalath"],
@@ -37,7 +37,7 @@ export class YavalathGame extends GameBase {
3737
},
3838
],
3939
categories: ["goal>align", "mechanic>place", "board>shape>hex", "board>connect>hex", "components>simple>1per"],
40-
flags: ["experimental", "pie", "automove"]
40+
flags: ["pie", "automove"]
4141
};
4242

4343
public numplayers = 2;

0 commit comments

Comments
 (0)