From daba5d65c9c43f09bf27b236693833664cc5ea28 Mon Sep 17 00:00:00 2001 From: Samuel H Date: Sat, 6 Apr 2024 15:39:45 -0400 Subject: [PATCH] Update src/data/ability.ts --- src/data/ability.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/ability.ts b/src/data/ability.ts index 78c9a6c51fb..4f89c54970e 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -2525,7 +2525,7 @@ export function initAbilities() { .ignorable(), new Ability(Abilities.DAZZLING, "Dazzling (N)", "Surprises the opposing Pokémon, making it unable to attack using priority moves.", 7) .ignorable(), - new Ability(Abilities.SOUL_HEART, "Soul-Heart", "Boosts its Sp. Atk stat every time a Pokémon faints.", 7) + new Ability(Abilities.SOUL_HEART, "Soul-Heart (P)", "Boosts its Sp. Atk stat every time a Pokémon faints.", 7) .attr(PostVictoryStatChangeAbAttr, BattleStat.SPATK, 1), new Ability(Abilities.TANGLING_HAIR, "Tangling Hair (N)", "Contact with the Pokémon lowers the attacker's Speed stat.", 7), new Ability(Abilities.RECEIVER, "Receiver (N)", "The Pokémon copies the Ability of a defeated ally.", 7),