X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fvariants%2FApocalypse.js;h=e817296ac219bc0f12b5c7cdd20c66e74e379e07;hp=77d17c0e41d281d23e17798799302dae97bf930a;hb=7e8a7ea1cb66adb4a987badfb0a3c2f99a21bd0a;hpb=31c535953c843b28434a7fcdf7b4da0b376774ab diff --git a/client/src/variants/Apocalypse.js b/client/src/variants/Apocalypse.js index 77d17c0e..e817296a 100644 --- a/client/src/variants/Apocalypse.js +++ b/client/src/variants/Apocalypse.js @@ -2,6 +2,7 @@ import { ChessRules } from "@/base_rules"; import { randInt } from "@/utils/alea"; export class ApocalypseRules extends ChessRules { + static get PawnSpecs() { return Object.assign( {}, @@ -512,4 +513,5 @@ export class ApocalypseRules extends ChessRules { V.CoordsToSquare(move.end) ); } + };