diff --git a/src/field/pokemon.ts b/src/field/pokemon.ts index 3f0bda0d5c9..48cd023a5da 100644 --- a/src/field/pokemon.ts +++ b/src/field/pokemon.ts @@ -6543,8 +6543,9 @@ export class EnemyPokemon extends Pokemon { move.category !== MoveCategory.STATUS && moveTargets.some(p => { const doesNotFail = - move.applyConditions(this, p, -1) - || [MoveId.SUCKER_PUNCH, MoveId.UPPER_HAND, MoveId.THUNDERCLAP].includes(move.id); + !globalScene.arena.isMoveWeatherCancelled(this, move) + && (move.applyConditions(this, p, -1) + || [MoveId.SUCKER_PUNCH, MoveId.UPPER_HAND, MoveId.THUNDERCLAP].includes(move.id)); return ( doesNotFail && p.getAttackDamage({