X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fvariants%2FBario.js;h=3e076658782222106b7b563ed00ab62bf0d6b018;hb=4313762da3237b04f204e121a20cab3ba7bb5dd2;hp=3564e7487b22344dcbe416ddc621392cb16c6b2a;hpb=fbc3e6f984492143625e438436f9c0a94e42c713;p=vchess.git diff --git a/client/src/variants/Bario.js b/client/src/variants/Bario.js index 3564e748..3e076658 100644 --- a/client/src/variants/Bario.js +++ b/client/src/variants/Bario.js @@ -4,6 +4,10 @@ import { randInt } from "@/utils/alea"; export class BarioRules extends ChessRules { + static get Options() { + return null; + } + // Does not really seem necessary (although the author mention it) // Instead, first move = pick a square for the king. static get HasFlags() {