removes unimplemented tag

This commit is contained in:
shayebeadlingkl 2024-05-01 17:28:23 -04:00
parent a1f78576a0
commit b5e192d868

View File

@ -2884,8 +2884,7 @@ export function initAbilities() {
.attr(BattleStatMultiplierAbAttr, BattleStat.SPATK, 0.5)
.condition((pokemon) => pokemon.getHpRatio() <= 0.5),
new Ability(Abilities.CURSED_BODY, 5)
.attr(PostDefendMoveDisableAbAttr, 30)
.unimplemented(),
.attr(PostDefendMoveDisableAbAttr, 30),
new Ability(Abilities.HEALER, 5)
.unimplemented(),
new Ability(Abilities.FRIEND_GUARD, 5)