Skip to content

Commit 8b49f1c

Browse files
committed
Kachit: Fix tags
1 parent 2d06fb5 commit 8b49f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/games/kachit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export class KachitGame extends GameBase {
5252
urls: ["http://www.logygames.com/"],
5353
},
5454
],
55-
categories: ["goal>royal-capture", "goal>royal-escape", "mechanic>capture", "mechanic>place", "mechanic>move", "board>shape>rect", "board>connect>rect", "components>custom"],
55+
categories: ["goal>royal-capture", "goal>royal-escape", "mechanic>capture", "mechanic>place", "mechanic>move", "board>shape>rect", "board>connect>rect", "components>special"],
5656
flags: ["perspective", "limited-pieces"],
5757
};
5858
public static coords2algebraic(x: number, y: number): string {

0 commit comments

Comments
 (0)