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

Use a list of abilities to make Mold Breaker actually correct #656

Merged
merged 4 commits into from
Oct 23, 2024

Conversation

shrianshChari
Copy link
Contributor

#647 would sometimes fail to ignore abilities that should have been ignored. A hardcoded list of abilities (as suggested by jetou) is just the easiest way to have all behavior be correct.

Both Zacian have Leftovers and Ice Scales:
Before:
252 SpA Lunala Moongeist Beam vs. 252 HP / 252 SpD Ice Scales Zacian: 61-72 (15.7 - 18.5%) -- possible 8HKO

After:
252 SpA Lunala Moongeist Beam vs. 252 HP / 252 SpD Zacian: 123-145 (31.7 - 37.3%) -- guaranteed 4HKO after Leftovers recovery

@thejetou thejetou merged commit c6a5b83 into smogon:master Oct 23, 2024
2 checks passed
@thejetou
Copy link
Collaborator

Thanks.

@shrianshChari shrianshChari deleted the mold-breaker-fix-again branch October 23, 2024 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants