X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fvariants%2FTencubed.js;h=af48977ea2911f6bf74a19f47274586e844bb38b;hb=7e8a7ea1cb66adb4a987badfb0a3c2f99a21bd0a;hp=33166254fea028e3fa1fb76f020158b269ce6ebe;hpb=b2655276e322972b5c052d8c81db78e8cd6c5e2e;p=vchess.git 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 } ); } + };