X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fvariants%2FAllmate2.js;h=828e459fceaec55f85120c116b5022148a082b8b;hb=93e8684c9c995ac6bd53e97289dd294a3bcefc14;hp=fe5e98ce1664ebf1e4e860f90a97e4d068dc9da9;hpb=188b4a8f2e3edfa86c4e9169ddac9a14ebc12689;p=vchess.git diff --git a/client/src/variants/Allmate2.js b/client/src/variants/Allmate2.js index fe5e98ce..828e459f 100644 --- a/client/src/variants/Allmate2.js +++ b/client/src/variants/Allmate2.js @@ -288,7 +288,7 @@ export const VariantRules = class Allmate2Rules extends ChessRules { } static get SEARCH_DEPTH() { - return 2; + return 1; } getNotation(move) {