X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fvariants%2FVchess.js;fp=client%2Fsrc%2Fvariants%2FVchess.js;h=c12435c52303f24fde60812eb8d91ba864a0856b;hp=c11cce4e65fc168b86b509f9a4e800597ec2a013;hb=7e8a7ea1cb66adb4a987badfb0a3c2f99a21bd0a;hpb=31c535953c843b28434a7fcdf7b4da0b376774ab diff --git a/client/src/variants/Vchess.js b/client/src/variants/Vchess.js index c11cce4e..c12435c5 100644 --- a/client/src/variants/Vchess.js +++ b/client/src/variants/Vchess.js @@ -1,6 +1,7 @@ import { ChessRules } from "@/base_rules"; export class VchessRules extends ChessRules { + static get PawnSpecs() { return Object.assign( {}, @@ -33,4 +34,5 @@ export class VchessRules extends ChessRules { } return notation; } + };