X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fvariants%2FKnightpawns.js;h=c8c1ceaa395a1e99b1a7c78f99cef9587351c852;hp=9647653506820aaa6fed929ab3d033d437564ab2;hb=7e8a7ea1cb66adb4a987badfb0a3c2f99a21bd0a;hpb=31c535953c843b28434a7fcdf7b4da0b376774ab diff --git a/client/src/variants/Knightpawns.js b/client/src/variants/Knightpawns.js index 96476535..c8c1ceaa 100644 --- a/client/src/variants/Knightpawns.js +++ b/client/src/variants/Knightpawns.js @@ -1,6 +1,7 @@ import { ChessRules } from "@/base_rules"; export class KnightpawnsRules extends ChessRules { + static get PawnSpecs() { return Object.assign( {}, @@ -48,4 +49,5 @@ export class KnightpawnsRules extends ChessRules { postPlay() {} postUndo() {} + };