Skip to content

Commit cfd8011

Browse files
committed
Loa: Fix variant grouping
1 parent f4b4833 commit cfd8011

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/games/loa.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ export class LinesOfActionGame extends GameBase {
5353
default: true,
5454
},
5555
{ uid: "#board" },
56-
{ uid: "hex5" },
57-
{ uid: "hex6" },
56+
{ uid: "hex5", group: "board" },
57+
{ uid: "hex6", group: "board" },
5858
{
5959
uid: "scrambled",
6060
group: "setup"

0 commit comments

Comments
 (0)