mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 16:32:16 +02:00
removes unimplemented tag
This commit is contained in:
parent
a1f78576a0
commit
b5e192d868
@ -2884,8 +2884,7 @@ export function initAbilities() {
|
|||||||
.attr(BattleStatMultiplierAbAttr, BattleStat.SPATK, 0.5)
|
.attr(BattleStatMultiplierAbAttr, BattleStat.SPATK, 0.5)
|
||||||
.condition((pokemon) => pokemon.getHpRatio() <= 0.5),
|
.condition((pokemon) => pokemon.getHpRatio() <= 0.5),
|
||||||
new Ability(Abilities.CURSED_BODY, 5)
|
new Ability(Abilities.CURSED_BODY, 5)
|
||||||
.attr(PostDefendMoveDisableAbAttr, 30)
|
.attr(PostDefendMoveDisableAbAttr, 30),
|
||||||
.unimplemented(),
|
|
||||||
new Ability(Abilities.HEALER, 5)
|
new Ability(Abilities.HEALER, 5)
|
||||||
.unimplemented(),
|
.unimplemented(),
|
||||||
new Ability(Abilities.FRIEND_GUARD, 5)
|
new Ability(Abilities.FRIEND_GUARD, 5)
|
||||||
|
Loading…
Reference in New Issue
Block a user