Fix Progressive2. Fixing attempt on Doublemove1
[vchess.git] / client / src / variants / Colorbound.js
index 55d89cb..7e0a622 100644 (file)
@@ -331,4 +331,8 @@ export class ColorboundRules extends ChessRules {
       }
     );
   }
+
+  static get SEARCH_DEPTH() {
+    return 2;
+  }
 };