X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fvariants%2FQueenpawns.js;h=1b02dcfcd469e71f3a0e401c10c7e759e4c3bcc3;hp=0ea2e45f56d875c8270b0a4639512b81e2836848;hb=4313762da3237b04f204e121a20cab3ba7bb5dd2;hpb=cee75a57d2f4f89c89d64cefbab55d839a238ed9 diff --git a/client/src/variants/Queenpawns.js b/client/src/variants/Queenpawns.js index 0ea2e45f..1b02dcfc 100644 --- a/client/src/variants/Queenpawns.js +++ b/client/src/variants/Queenpawns.js @@ -2,6 +2,10 @@ import { ChessRules } from "@/base_rules"; export class QueenpawnsRules extends ChessRules { + static get Options() { + return null; + } + static get PawnSpecs() { return Object.assign( {},