X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fvariants%2FFootball.js;fp=client%2Fsrc%2Fvariants%2FFootball.js;h=bde38e534d7233093d5702781bd460667e6817cf;hb=7e8a7ea1cb66adb4a987badfb0a3c2f99a21bd0a;hp=1ccb2a4d6763e0a0ba6cc1ba0ebe691f7f7722f9;hpb=31c535953c843b28434a7fcdf7b4da0b376774ab;p=vchess.git diff --git a/client/src/variants/Football.js b/client/src/variants/Football.js index 1ccb2a4d..bde38e53 100644 --- a/client/src/variants/Football.js +++ b/client/src/variants/Football.js @@ -3,6 +3,7 @@ import { ArrayFun } from "@/utils/array"; import { shuffle } from "@/utils/alea"; export class FootballRules extends ChessRules { + static get HasFlags() { return false; } @@ -112,4 +113,5 @@ export class FootballRules extends ChessRules { " w 0 -" ); } + };