Skip to content

Commit

Permalink
fix old variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhyperbit committed Aug 17, 2024
1 parent 798ac25 commit ff23e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/ability.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4924,7 +4924,7 @@ export function initAbilities() {
.attr(UnsuppressableAbilityAbAttr)
.attr(NoFusionAbilityAbAttr),
new Ability(Abilities.GALE_WINGS, 6)
.attr(IncrementMovePriorityAbAttr, (pokemon, move) => /*pokemon.isFullHp() &&*/ move.type === Type.FLYING),
.attr(ChangeMovePriorityAbAttr, (pokemon, move) => /*pokemon.isFullHp() &&*/ move.type === Type.FLYING),
new Ability(Abilities.MEGA_LAUNCHER, 6)
.attr(MovePowerBoostAbAttr, (user, target, move) => move.hasFlag(MoveFlags.PULSE_MOVE), 1.5),
new Ability(Abilities.GRASS_PELT, 6)
Expand Down

0 comments on commit ff23e44

Please sign in to comment.