Some fixes + draft Avalanche
[vchess.git] / client / src / variants / Isardam.js
index 4ca9a85..d745f15 100644 (file)
@@ -73,4 +73,8 @@ export class IsardamRules extends ChessRules {
     );
   }
 
+  static get SEARCH_DEPTH() {
+    return 2;
+  }
+
 };