implements telepathy
parent
6603417e40
commit
1e46838683
|
|
@ -2851,8 +2851,8 @@ export function initAbilities() {
|
||||||
new Ability(Abilities.HARVEST, 5)
|
new Ability(Abilities.HARVEST, 5)
|
||||||
.unimplemented(),
|
.unimplemented(),
|
||||||
new Ability(Abilities.TELEPATHY, 5)
|
new Ability(Abilities.TELEPATHY, 5)
|
||||||
.ignorable()
|
.attr(MoveImmunityAbAttr, (pokemon, attacker, move) => pokemon.getAlly() === attacker && move.getMove() instanceof AttackMove)
|
||||||
.unimplemented(),
|
.ignorable(),
|
||||||
new Ability(Abilities.MOODY, 5)
|
new Ability(Abilities.MOODY, 5)
|
||||||
.attr(MoodyAbAttr),
|
.attr(MoodyAbAttr),
|
||||||
new Ability(Abilities.OVERCOAT, 5)
|
new Ability(Abilities.OVERCOAT, 5)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue