X-Git-Url: https://git.auder.net/img/rock_paper_scissors_lizard_spock.gif?a=blobdiff_plain;f=client%2Fsrc%2Fvariants%2FSchess.js;h=bdc932752e147644c186df192b7e9cf3c9e86629;hb=ecb8f91b8b8ea909baabc8077baf1ca92b4b6664;hp=95118982ec155c3e372bd5c77ea0a6e039947c5b;hpb=e50a802531b99829c533f22ecd21e359e7e1e049;p=vchess.git diff --git a/client/src/variants/Schess.js b/client/src/variants/Schess.js index 95118982..bdc93275 100644 --- a/client/src/variants/Schess.js +++ b/client/src/variants/Schess.js @@ -1,6 +1,7 @@ import { ChessRules, PiPo } from "@/base_rules"; export class SchessRules extends ChessRules { + static get PawnSpecs() { return Object.assign( {}, @@ -349,4 +350,5 @@ export class SchessRules extends ChessRules { } return super.getNotation(move); } + };