From ca57a1b7e379d7fb81931fe40b0a8b8e59f520f5 Mon Sep 17 00:00:00 2001 From: Bertie690 Date: Mon, 16 Jun 2025 16:47:32 -0400 Subject: [PATCH] ren biome --- src/data/abilities/ability.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)) ); }