X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fvariants%2FApocalypse.js;h=031f22cc6e844bbca15a9e69f9483b81d24f3c38;hp=b84fb5badab3ecd7822bf6000c5737c102668795;hb=e45c98ec2e15626db02c98997ae9725635715990;hpb=6ec2feb288c621ffd9a6bf9d3a461f9937b8c9d8 diff --git a/client/src/variants/Apocalypse.js b/client/src/variants/Apocalypse.js index b84fb5ba..031f22cc 100644 --- a/client/src/variants/Apocalypse.js +++ b/client/src/variants/Apocalypse.js @@ -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 }); }