X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fvariants%2FKoth.js;h=38e1010852d177769bb2dcb6deb3432e51d04350;hp=42ffe7bbfa08169b5f7e943725acab302311326e;hb=7e8a7ea1cb66adb4a987badfb0a3c2f99a21bd0a;hpb=31c535953c843b28434a7fcdf7b4da0b376774ab diff --git a/client/src/variants/Koth.js b/client/src/variants/Koth.js index 42ffe7bb..38e10108 100644 --- a/client/src/variants/Koth.js +++ b/client/src/variants/Koth.js @@ -1,6 +1,7 @@ import { ChessRules } from "@/base_rules"; export class KothRules extends ChessRules { + static get Lines() { return [ [[3, 3], [3, 5]], @@ -39,4 +40,5 @@ export class KothRules extends ChessRules { ) / 2 ); } + };