Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrebastosdias authored Feb 10, 2025
1 parent 55eb3a4 commit 940416a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/moves.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18037,7 +18037,7 @@ export const Moves: import('../sim/dex-moves').MoveDataTable = {
},
onAfterMove(source, target, move) {
if (move.hasSheerForce) return;
cons targets = 0;
let targets = 0;
for (const pokemon of this.getAllActive()) {
if (pokemon !== source && pokemon.getMoveHitData(move).successful) targets++;
}
Expand Down

0 comments on commit 940416a

Please sign in to comment.