ren biome

This commit is contained in:
Bertie690 2025-06-16 16:47:32 -04:00
parent 605c10dd2f
commit ca57a1b7e3

View File

@ -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))
);
}