diff --git a/src/data/abilities/ability.ts b/src/data/abilities/ability.ts index 8bc123ebfad..2d8167bef5e 100644 --- a/src/data/abilities/ability.ts +++ b/src/data/abilities/ability.ts @@ -2157,7 +2157,9 @@ export class FieldMultiplyStatAbAttr extends AbAttr { (!hasApplied.value && this.stat === stat && // targets with the same stat-changing ability as this are unaffected - checkedPokemon.getAbilityAttrs("FieldMultiplyStatAbAttr").every(attr => attr.stat !== stat)) + checkedPokemon + .getAbilityAttrs("FieldMultiplyStatAbAttr") + .every(attr => attr.stat !== stat)) ); }