mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-05 16:02:20 +02:00
recomitting
This commit is contained in:
parent
3a6b4de685
commit
aec0bae366
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user