Skip to content

Commit

Permalink
Move onto the next target after bouncing
Browse files Browse the repository at this point in the history
  • Loading branch information
SirzBenjie authored Feb 1, 2025
1 parent e561ad5 commit 3f0aa8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/phases/move-effect-phase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ export class MoveEffectPhase extends PokemonPhase {
}
queuedPhases.push(new MessagePhase(i18next.t("battle:magicCoatBounce", { pokemonNameWithAffix: getPokemonNameWithAffix(target) })));
queuedPhases.push(new MovePhase(target, newTargets, new PokemonMove(move.id, 0, 0, true), true, true, true));

continue;
}

/** Is the pokemon immune due to an ablility, and also not in a semi invulnerable state? */
Expand Down

0 comments on commit 3f0aa8a

Please sign in to comment.