Lower search_depth on a few variants
[vchess.git] / client / src / variants / Cannibal.js
index b66ac38..3a87a72 100644 (file)
@@ -231,10 +231,6 @@ export class CannibalRules extends ChessRules {
     };
   }
 
-  static get SEARCH_DEPTH() {
-    return 4;
-  }
-
   getNotation(move) {
     let notation = super.getNotation(move);
     const lastRank = (move.appear[0].c == "w" ? 0 : 7);