X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fvariants%2FTencubed.js;h=af48977ea2911f6bf74a19f47274586e844bb38b;hp=33166254fea028e3fa1fb76f020158b269ce6ebe;hb=7e8a7ea1cb66adb4a987badfb0a3c2f99a21bd0a;hpb=31c535953c843b28434a7fcdf7b4da0b376774ab diff --git a/client/src/variants/Tencubed.js b/client/src/variants/Tencubed.js index 33166254..af48977e 100644 --- a/client/src/variants/Tencubed.js +++ b/client/src/variants/Tencubed.js @@ -3,6 +3,7 @@ import { ArrayFun } from "@/utils/array"; import { shuffle } from "@/utils/alea"; export class TencubedRules extends ChessRules { + static get PawnSpecs() { return Object.assign( {}, @@ -242,4 +243,5 @@ export class TencubedRules extends ChessRules { { c: 4, w: 3, a: 6, m: 8 } ); } + };