From aec0bae3666c70475d364c7d70470727cc69cb23 Mon Sep 17 00:00:00 2001 From: takeyourt1me <144757710+takeyourt1me@users.noreply.github.com> Date: Tue, 30 Apr 2024 15:23:53 -0700 Subject: [PATCH] recomitting --- 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 c74ffb0d772..9b6d3fa7572 100644 --- a/src/data/ability.ts +++ b/src/data/ability.ts @@ -2995,7 +2995,7 @@ export function initAbilities() { new Ability(Abilities.PROTEAN, 6) .attr(PostSummonMessageAbAttr,(pokemon: Pokemon) => getPokemonMessage(pokemon,' Testing out the text!')) //.attr(,pokemon:Pokemon => getPokemonMessage(pokemon,' Testing out the text!')) - .attr(PreAttackChangeType, (target,user,move) => move.category !==MoveCategory.STATUS), + .attr(PreAttackChangeType, (target,user,move) => move.category === MoveCategory.SPECIAL), //.unimplemented(), new Ability(Abilities.FUR_COAT, 6)