X-Git-Url: https://git.auder.net/pieces/Checkered/cq.svg?a=blobdiff_plain;f=client%2Fsrc%2Fvariants%2FColorbound.js;h=7e0a62224c1086821dccb6149e78cf34b76dec62;hb=48252022d603e79280a763cd3d3a9bb4a6625b88;hp=55d89cbf7dd1aff0b0ed6d7f33c4a76d28fe1b18;hpb=7ddfec38b0804bf0bd0c5b5c6972d355902e9fb0;p=vchess.git diff --git a/client/src/variants/Colorbound.js b/client/src/variants/Colorbound.js index 55d89cbf..7e0a6222 100644 --- a/client/src/variants/Colorbound.js +++ b/client/src/variants/Colorbound.js @@ -331,4 +331,8 @@ export class ColorboundRules extends ChessRules { } ); } + + static get SEARCH_DEPTH() { + return 2; + } };