mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-21 17:12:44 +02:00
ren biome
This commit is contained in:
parent
605c10dd2f
commit
ca57a1b7e3
@ -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))
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user