From a3f3058873fb5969cd3c7e37129a6496f0054047 Mon Sep 17 00:00:00 2001 From: NxKarim Date: Wed, 17 Apr 2024 03:17:22 -0600 Subject: [PATCH] Update 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 4cf1e8ac894..af8357a7052 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -2704,7 +2704,7 @@ export function initAbilities() { .attr(UncopiableAbilityAbAttr) .attr(UnswappableAbilityAbAttr) .attr(UnsuppressableAbilityAbAttr), - new Ability(Abilities.DISGUISE, "Disguise (T)", "Once per battle, the shroud that covers the Pokémon can protect it from an attack.", 7) + new Ability(Abilities.DISGUISE, "Disguise (P)", "Once per battle, the shroud that covers the Pokémon can protect it from an attack.", 7) .attr(SetMovePowerToOneAbAttr, (target, user, move) => target.formIndex == 0) .attr(PostTurnFormChangeAbAttr, pokemon => pokemon.battleData.hitCount === 0 ? 0 : 1) .attr(PostDefendDisguiseAbAttr)