Skip to content

Commit

Permalink
Fix auto selecting dmax moves
Browse files Browse the repository at this point in the history
  • Loading branch information
singiamtel committed Apr 16, 2024
1 parent bb1b6ad commit 766b53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/shared_controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,7 @@ function getMoveDetails(moveInfo, opts) {
return new calc.Move(gen, moveName, {
ability: opts.ability, item: opts.item, useZ: isZMove, species: opts.species, isCrit: isCrit, hits: hits,
isStellarFirstUse: isStellarFirstUse, timesUsed: timesUsed, timesUsedWithMetronome: timesUsedWithMetronome,
overrides: overrides, useMax: opts.useMax
overrides: overrides, useMax: opts.isDynamaxed
});
}

Expand Down

0 comments on commit 766b53e

Please sign in to comment.