mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-05 07:52:17 +02:00
Telepathy still unimplemented
This commit is contained in:
parent
f73dee9735
commit
34114b8140
@ -2834,6 +2834,7 @@ export function initAbilities() {
|
||||
.attr(MovePowerBoostAbAttr, (user, target, move) => move.category === MoveCategory.SPECIAL && user.status?.effect === StatusEffect.BURN, 1.5),
|
||||
new Ability(Abilities.HARVEST, 5),
|
||||
new Ability(Abilities.TELEPATHY, 5)
|
||||
.unimplemented()
|
||||
.ignorable(),
|
||||
new Ability(Abilities.MOODY, 5)
|
||||
.attr(MoodyAbAttr),
|
||||
|
Loading…
Reference in New Issue
Block a user