diff --git a/src/field/pokemon.ts b/src/field/pokemon.ts index 797011a19ab..0518b8f16f0 100644 --- a/src/field/pokemon.ts +++ b/src/field/pokemon.ts @@ -2729,7 +2729,6 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container { applyStatMultiplierAbAttrs(StatMultiplierAbAttr, this, Stat.ACC, accuracyMultiplier, false, sourceMove); - const evasionMultiplier = new Utils.NumberHolder(1); applyStatMultiplierAbAttrs(StatMultiplierAbAttr, target, Stat.EVA, evasionMultiplier);