X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fvariants%2FKoth.js;h=38e1010852d177769bb2dcb6deb3432e51d04350;hb=21704b041240cb440d03cfa64a90ed0be6f28415;hp=42ffe7bbfa08169b5f7e943725acab302311326e;hpb=107dc1bd5361e2538b1551bdcc37c1e90a444b83;p=vchess.git 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 ); } + };