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

Reverses subtraction in character.cpp to correct skill rust calculation #46605

Merged
merged 1 commit into from
Jan 7, 2021

Conversation

ToxiClay
Copy link
Contributor

@ToxiClay ToxiClay commented Jan 7, 2021

Summary

SUMMARY: Bugfixes "Corrects skill rust inversion due to reversed subtraction"

Purpose of change

Fixes #46598

Describe the solution

After reading the issue, I traced down where the value for skill rust was calculated and manually debugged the function responsible.

Describe alternatives you've considered

None.

Testing

Manual debugging performed.

@BrettDong BrettDong added <Bugfix> This is a fix for a bug (or closes open issue) [C++] Changes (can be) made in C++. Previously named `Code` Mechanics: Effects / Skills / Stats Effects / Skills / Stats labels Jan 7, 2021
@kevingranade kevingranade merged commit 638126c into CleverRaven:master Jan 7, 2021
@ToxiClay ToxiClay deleted the skill-rust-inversion branch January 8, 2021 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
<Bugfix> This is a fix for a bug (or closes open issue) [C++] Changes (can be) made in C++. Previously named `Code` Mechanics: Effects / Skills / Stats Effects / Skills / Stats
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inverted skill rust value
3 participants