X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fvariants%2FProgressive2.js;fp=client%2Fsrc%2Fvariants%2FProgressive2.js;h=d0c15e61fd700bf829b2ff9edcf89a91be026ba2;hp=cb9911d3b0c1c50db0f834e7b47782be466645e0;hb=7e8a7ea1cb66adb4a987badfb0a3c2f99a21bd0a;hpb=31c535953c843b28434a7fcdf7b4da0b376774ab diff --git a/client/src/variants/Progressive2.js b/client/src/variants/Progressive2.js index cb9911d3..d0c15e61 100644 --- a/client/src/variants/Progressive2.js +++ b/client/src/variants/Progressive2.js @@ -4,6 +4,7 @@ import { ChessRules } from "@/base_rules"; import { randInt } from "@/utils/alea"; export class Progressive2Rules extends Progressive1Rules { + static get PawnSpecs() { return Object.assign( {}, @@ -47,4 +48,5 @@ export class Progressive2Rules extends Progressive1Rules { k: 1000 }; } + };