Move onto the next target after bouncing

This commit is contained in:
Sirz Benjie 2025-02-01 00:05:54 -06:00
parent 7843932180
commit ee4a2168d2
No known key found for this signature in database
GPG Key ID: D4BFA840253CD6D7

View File

@ -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? */