recomitting

This commit is contained in:
takeyourt1me 2024-04-30 15:23:53 -07:00
parent 3a6b4de685
commit aec0bae366

View File

@ -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)