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 3] Hustle reduces accuracy of moves by type #10168

Merged
merged 2 commits into from Feb 15, 2024

Conversation

tmagicturtle
Copy link
Contributor

Recognizing that keeping move.category === 'Physical' MIGHT be redundant.

https://www.smogon.com/forums/threads/gen-3-hustle-should-affect-status-moves-accuracy.3735326/
In Gen 3, Hustle reduces the accuracy of physical-typed Status category moves.

Recognizing that keeping move.category === 'Physical' MIGHT be redundant.

https://www.smogon.com/forums/threads/gen-3-hustle-should-affect-status-moves-accuracy.3735326/
In Gen 3, Hustle reduces the accuracy of physical-typed Status category moves.
@DaWoblefet
Copy link
Member

Looks like Hidden Power's interaction with Hustle on this one has behavior where the effective type is considered and not just Normal (unlike say, Counter). Which is good because we don't need to check the original typing.

data/mods/gen3/abilities.ts Outdated Show resolved Hide resolved
Received confirmation that keeping the check for move category is redundant and put other accuracy type check back.
@tmagicturtle
Copy link
Contributor Author

Looks like Hidden Power's interaction with Hustle on this one has behavior where the effective type is considered and not just Normal (unlike say, Counter). Which is good because we don't need to check the original typing.

This seemed to be the case when I reviewed it! Thank you for the confirmation!

tmagicturtle

This comment was marked as duplicate.

@DaWoblefet DaWoblefet merged commit e4ddbcc into smogon:master Feb 15, 2024
1 check passed
@DaWoblefet
Copy link
Member

Thanks fart!

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.

None yet

2 participants