Chakart: almost there
[vchess.git] / client / src / variants / Apocalypse.js
index 4587be3..addf5dd 100644 (file)
@@ -13,6 +13,10 @@ export class ApocalypseRules extends ChessRules {
     );
   }
 
+  static get SomeHiddenMoves() {
+    return true;
+  }
+
   static get HasCastle() {
     return false;
   }