Merge branch 'toxic_spikes' of https://github.com/elizaalex/pokerogue into toxic_spikes

This commit is contained in:
NightKev 2024-09-11 14:59:16 -07:00
commit ad51530f78
1 changed files with 0 additions and 1 deletions

View File

@ -123,7 +123,6 @@ export class MoveEffectPhase extends PokemonPhase {
new MoveAnim(move.id as Moves, user, this.getTarget()?.getBattlerIndex()!).play(this.scene, () => { // TODO: is the bang correct here?
/** Has the move successfully hit a target (for damage) yet? */
let hasHit: boolean = false;
for (const target of targets) {
/**
* If the move missed a target, stop all future hits against that target