X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fvariants%2FApocalypse.js;h=fc309155877bc3f037125c2fb35f77178ec8a761;hp=e817296ac219bc0f12b5c7cdd20c66e74e379e07;hb=4313762da3237b04f204e121a20cab3ba7bb5dd2;hpb=cee75a57d2f4f89c89d64cefbab55d839a238ed9 diff --git a/client/src/variants/Apocalypse.js b/client/src/variants/Apocalypse.js index e817296a..fc309155 100644 --- a/client/src/variants/Apocalypse.js +++ b/client/src/variants/Apocalypse.js @@ -3,6 +3,10 @@ import { randInt } from "@/utils/alea"; export class ApocalypseRules extends ChessRules { + static get Options() { + return null; + } + static get PawnSpecs() { return Object.assign( {},