Updated Poison Heal

(P) because the "heal" still says they take poison damage currently
This commit is contained in:
EmoUsedHM01 2024-04-13 18:47:20 +01:00 committed by GitHub
parent 3cb1b3ea05
commit 56543b7eb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2219,7 +2219,7 @@ export function initAbilities() {
.attr(DownloadAbAttr),
new Ability(Abilities.IRON_FIST, "Iron Fist", "Powers up punching moves.", 4)
.attr(MovePowerBoostAbAttr, (user, target, move) => move.hasFlag(MoveFlags.PUNCHING_MOVE), 1.2),
new Ability(Abilities.POISON_HEAL, "Poison Heal (N)", "Restores HP if the Pokémon is poisoned instead of losing HP.", 4),
new Ability(Abilities.POISON_HEAL, "Poison Heal (P)", "Restores HP if the Pokémon is poisoned instead of losing HP.", 4),
new Ability(Abilities.ADAPTABILITY, "Adaptability", "Powers up moves of the same type as the Pokémon.", 4)
.attr(StabBoostAbAttr),
new Ability(Abilities.SKILL_LINK, "Skill Link", "Maximizes the number of times multistrike moves hit.", 4)