Bug fixes
[vchess.git] / client / src / variants / Cylinder.js
index 39a5185..a7639aa 100644 (file)
@@ -134,6 +134,10 @@ export const VariantRules = class CylinderRules extends ChessRules {
     return false;
   }
 
+  static get SEARCH_DEPTH() {
+    return 2;
+  }
+
   static get VALUES() {
     return {
       p: 1,