From a9a4946b028d4350ec89f54eb6d0de251a511440 Mon Sep 17 00:00:00 2001 From: lucfd <83493765+lucfd@users.noreply.github.com> Date: Mon, 6 May 2024 13:15:44 -0400 Subject: [PATCH] updated to new language-agnostic format, removed supersweet syrup --- src/data/ability.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/ability.ts b/src/data/ability.ts index 3ff574c5d02..002f3138688 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -3219,7 +3219,7 @@ export function initAbilities() { .unimplemented(), new Ability(Abilities.UNSEEN_FIST, 8) .unimplemented(), - new Ability(Abilities.CURIOUS_MEDICINE, "Curious Medicine", "When the Pokémon enters a battle, it scatters medicine from its shell, which removes all stat changes from allies.", 8) + new Ability(Abilities.CURIOUS_MEDICINE, 8) .attr(PostSummonClearAllyStatsAbAttr), new Ability(Abilities.TRANSISTOR, 8) .attr(MoveTypePowerBoostAbAttr, Type.ELECTRIC), @@ -3345,8 +3345,8 @@ export function initAbilities() { new Ability(Abilities.MINDS_EYE, 9) .ignorable() .unimplemented(), - new Ability(Abilities.SUPERSWEET_SYRUP, "Supersweet Syrup", "A sickly sweet scent spreads across the field the first time the Pokémon enters a battle, lowering the evasiveness of opposing Pokémon.", 9) - .attr(PostSummonStatChangeAbAttr, BattleStat.EVA, -1, false), + new Ability(Abilities.SUPERSWEET_SYRUP, 9) + .unimplemented(), new Ability(Abilities.HOSPITALITY, 9) .attr(PostSummonAllyHealAbAttr, 4, true), new Ability(Abilities.TOXIC_CHAIN, 9)