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

Gen 4: Fix Klutz not dropping Speed from Iron Ball #562

Merged
merged 2 commits into from
Oct 7, 2023
Merged

Gen 4: Fix Klutz not dropping Speed from Iron Ball #562

merged 2 commits into from
Oct 7, 2023

Conversation

shrianshChari
Copy link
Contributor

Fixes #560

Basically, in generation 4, if a Pokemon with the ability Klutz holds an Iron Ball, it should still get its Speed dropped. However, Klutz Pokemon holding an Iron Ball won't be grounded.

Screenshot from 2023-07-13 00-42-43

calc/src/mechanics/gen4.ts Outdated Show resolved Hide resolved
calc/src/mechanics/util.ts Outdated Show resolved Hide resolved
@thejetou thejetou merged commit 1a5e92b into smogon:master Oct 7, 2023
2 checks passed
@thejetou
Copy link
Collaborator

thejetou commented Oct 7, 2023

Thanks!

@shrianshChari shrianshChari deleted the fix-klutz branch October 7, 2023 16:25
ForwardFeed pushed a commit to ForwardFeed/damage-calc that referenced this pull request Oct 28, 2023
In Generation 4, if a Pokemon with the ability Klutz holds
an Iron Ball it should still get its Speed dropped. However, Klutz
Pokemon holding an Iron Ball won't be grounded.

Fixes smogon#560
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.

In Gen 4, the combination Klutz + Iron Ball is not properly handled
2 participants