Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Mold Breaker interactions with abilities' Start events #10877

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Next Next commit
Wind Rider's Start event is suppressed by Mold Breaker
  • Loading branch information
andrebastosdias committed Feb 10, 2025
commit 2b455bbb4ccf0cf72b8035a94cc1dbf3e3a9ecec
1 change: 1 addition & 0 deletions data/abilities.ts
Original file line number Diff line number Diff line change
@@ -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);
}