X-Git-Url: https://git.auder.net/img/rock_paper_scissors_lizard_spock.gif?a=blobdiff_plain;f=client%2Fsrc%2Fvariants%2FAllmate2.js;h=828e459fceaec55f85120c116b5022148a082b8b;hb=42a9284896b9cf9a579d32b7cf77dfc1f5786472;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) {