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

TUNIC: Combat logic fix #4589

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

Conversation

ScipioWright
Copy link
Collaborator

@ScipioWright ScipioWright commented Feb 1, 2025

What is this fixing or adding?

Basically because att_level was starting at 0, it would sometimes hit the "you have a lot of att, don't need mp" bit and then fail when it could have succeeded. Also was causing an issue with money counting.

How was this tested?

Testing a specific test case, new unit test to test for this issue.
Ensured the new unit test can fail without the fix in, and does not fail with the fix in.

@ScipioWright ScipioWright added is: bug/fix Issues that are reporting bugs or pull requests that are fixing bugs. waiting-on: peer-review Issue/PR has not been reviewed by enough people yet. labels Feb 1, 2025
@ScipioWright ScipioWright marked this pull request as draft February 2, 2025 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is: bug/fix Issues that are reporting bugs or pull requests that are fixing bugs. waiting-on: peer-review Issue/PR has not been reviewed by enough people yet.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant