Adjust auto move selector.

This commit is contained in:
yukirij 2024-08-20 19:13:31 -07:00
parent dfa1c9a5e5
commit cc83ec117d

View File

@ -1091,7 +1091,6 @@ const INTERFACE = {
break; break;
} }
} }
selection = Math.min(moves.length, selection + 1);
return moves[Math.floor(Math.random() * selection)]; return moves[Math.floor(Math.random() * selection)];
} }