X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fvariants%2FBall.js;h=04ad1feb697d2324be2ad6e2fc8d9a7eaf82c495;hp=056ec61b10750ee4a085e81bc9e87c57780e6715;hb=7e8a7ea1cb66adb4a987badfb0a3c2f99a21bd0a;hpb=31c535953c843b28434a7fcdf7b4da0b376774ab diff --git a/client/src/variants/Ball.js b/client/src/variants/Ball.js index 056ec61b..04ad1feb 100644 --- a/client/src/variants/Ball.js +++ b/client/src/variants/Ball.js @@ -3,6 +3,7 @@ import { ArrayFun } from "@/utils/array"; import { shuffle } from "@/utils/alea"; export class BallRules extends ChessRules { + static get Lines() { return [ // White goal: @@ -565,4 +566,5 @@ export class BallRules extends ChessRules { finalSquare ); } + };