mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-20 07:12:32 +02:00
Update src/field/pokemon.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
cc6d0647ba
commit
c064251d84
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user