From ee4a2168d203ed41fa5ef8ec5273f463e752d831 Mon Sep 17 00:00:00 2001 From: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com> Date: Sat, 1 Feb 2025 00:05:54 -0600 Subject: [PATCH] Move onto the next target after bouncing --- src/phases/move-effect-phase.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/phases/move-effect-phase.ts b/src/phases/move-effect-phase.ts index c1aff22514f..a247532df52 100644 --- a/src/phases/move-effect-phase.ts +++ b/src/phases/move-effect-phase.ts @@ -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? */