Skip to content

Commit b55c37d

Browse files
authored
Add flag to cubeo.ts
Add flag limited-pieces to cubeo.ts for displaying pieces in hand status
1 parent d188600 commit b55c37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/games/cubeo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export class CubeoGame extends GameBase {
7272
{uid: "d12", group: "dice"},
7373
],
7474
categories: ["goal>immobilize", "goal>score>race", "mechanic>place", "mechanic>move", "board>dynamic", "board>shape>rect", "board>connect>rect", "components>dice"],
75-
flags: ["automove"]
75+
flags: ["automove", "limited-pieces"]
7676
};
7777

7878
public numplayers = 2;

0 commit comments

Comments
 (0)