Chakart: almost there
[vchess.git] / client / src / variants / Dark.js
index 8f94176..cb073cf 100644 (file)
@@ -13,6 +13,10 @@ export class DarkRules extends ChessRules {
     return "none";
   }
 
+  static get SomeHiddenMoves() {
+    return true;
+  }
+
   setOtherVariables(fen) {
     super.setOtherVariables(fen);
     const [sizeX, sizeY] = [V.size.x, V.size.y];