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

fix: wheel of destiny damage buff leaking into immunity #1381

Merged
merged 2 commits into from
Aug 15, 2023
Merged

fix: wheel of destiny damage buff leaking into immunity #1381

merged 2 commits into from
Aug 15, 2023

Conversation

luan
Copy link
Contributor

@luan luan commented Aug 11, 2023

Prior to this, monsters that are not supposed to that damage, such as the Giant Beaver and Magic Towers still take damage from the boost:

image

This is kind of a hacky change, but we rely on the damage being zero going into the boost to filter it out. It will work in all cases, and the worst thing it's doing is not giving the boost when you completely miss a hit.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
6.4% 6.4% Duplication

@dudantas dudantas merged commit da7d8f3 into opentibiabr:main Aug 15, 2023
lgrossi pushed a commit to dudantas/canary that referenced this pull request Aug 18, 2023
…1381)

Prior to this, monsters that are not supposed to that damage, such as the Giant Beaver and Magic Towers still take damage from the boost.

This is kind of a hacky change, but we rely on the damage being zero going into the boost to filter it out. It will work in all cases, and the worst thing it's doing is not giving the boost when you completely miss a hit.
@luan luan deleted the luan/fix-wheel-dmg branch September 27, 2023 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants