X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fvariants%2FProgressive2.js;fp=client%2Fsrc%2Fvariants%2FProgressive2.js;h=8df8eeae547f1a55d298764e855b2a8c5824bf17;hp=d0c15e61fd700bf829b2ff9edcf89a91be026ba2;hb=ecb8f91b8b8ea909baabc8077baf1ca92b4b6664;hpb=2a1563cab10625abed663a3909a5be3625577e2f diff --git a/client/src/variants/Progressive2.js b/client/src/variants/Progressive2.js index d0c15e61..8df8eeae 100644 --- a/client/src/variants/Progressive2.js +++ b/client/src/variants/Progressive2.js @@ -17,6 +17,10 @@ export class Progressive2Rules extends Progressive1Rules { return false; } + static get HasEnpassant() { + return false; + } + postPlay(move) { const c = move.turn[0]; const piece = move.vanish[0].p;