Some fixes. Screen variant computer play is still broken, seemingly
[vchess.git] / client / src / variants / Selfabsorb.js
index 0a8a747..a5d30b5 100644 (file)
@@ -70,4 +70,8 @@ export class SelfabsorbRules extends AbsorptionRules {
     return moves;
   }
 
+  static get SEARCH_DEPTH() {
+    return 2;
+  }
+
 };