Skip to content

Commit

Permalink
Wind Rider's Start event is suppressed by Mold Breaker
Browse files Browse the repository at this point in the history
  • Loading branch information
andrebastosdias committed Feb 10, 2025
1 parent ef97b29 commit 2b455bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/abilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5456,6 +5456,7 @@ export const Abilities: import('../sim/dex-abilities').AbilityDataTable = {
},
windrider: {
onStart(pokemon) {
if (this.suppressingAbility(pokemon)) return;
if (pokemon.side.sideConditions['tailwind']) {
this.boost({atk: 1}, pokemon, pokemon);
}
Expand Down

0 comments on commit 2b455bb

Please sign in to comment.