X-Git-Url: https://git.auder.net/assets/icon_infos.svg?a=blobdiff_plain;f=client%2Fsrc%2Fvariants%2FApocalypse.js;h=5774d3737d922f96cb709cd9ee8c6ecf2711e09b;hb=70d47c1d60f327a3828f6ab83b07192cc86a16c2;hp=b84fb5badab3ecd7822bf6000c5737c102668795;hpb=6ec2feb288c621ffd9a6bf9d3a461f9937b8c9d8;p=vchess.git diff --git a/client/src/variants/Apocalypse.js b/client/src/variants/Apocalypse.js index b84fb5ba..5774d373 100644 --- a/client/src/variants/Apocalypse.js +++ b/client/src/variants/Apocalypse.js @@ -22,7 +22,7 @@ export class ApocalypseRules extends ChessRules { } static get CanAnalyze() { - return true; //false; + return false; } static get ShowMoves() { @@ -146,7 +146,8 @@ export class ApocalypseRules extends ChessRules { start: this.whiteMove.start, end: this.whiteMove.end, appear: this.whiteMove.appear, - vanish: this.whiteMove.vanish + vanish: this.whiteMove.vanish, + illegal: this.whiteMove.illegal }); }