X-Git-Url: https://git.auder.net/pieces/Cwda/n_black_bishop.svg?a=blobdiff_plain;f=client%2Fsrc%2Fvariants%2FCopycat.js;h=78299c69eb2bc61d1a6cef1073f1d8788d855ffd;hb=27ebf6afe4671ce23758724d308b2f9cf2b5b815;hp=089b92f86b98410014393d0e5602c89814e8962a;hpb=b21e0e3a8f4af5c04b39c034d13bbb4e1e2abf18;p=vchess.git diff --git a/client/src/variants/Copycat.js b/client/src/variants/Copycat.js index 089b92f8..78299c69 100644 --- a/client/src/variants/Copycat.js +++ b/client/src/variants/Copycat.js @@ -141,4 +141,8 @@ export class CopycatRules extends ChessRules { ); } + static get SEARCH_DEPTH() { + return 2; + } + };