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 damage actions triggering for combustion #1380

Merged
merged 1 commit into from
Aug 11, 2024

Conversation

Pablete1234
Copy link
Member

Currently combustion events (which are not technically damage, they just mean your "on fire" status is refreshed for N more ticks) get filtered by pgm to decide if they should be cancelled, and this was accidentally considering them for attack/victim damage actions.

After this, standing on fire will no longer trigger the victim action once per tick.

@Pablete1234 Pablete1234 added bug Something isn't working needs testing This PR requires further testing and removed needs testing This PR requires further testing labels Aug 11, 2024
@Pablete1234 Pablete1234 marked this pull request as ready for review August 11, 2024 04:56
@Pablete1234 Pablete1234 merged commit 3c49997 into dev Aug 11, 2024
2 checks passed
@Pablete1234 Pablete1234 deleted the fix-combust-dmg-actions branch August 11, 2024 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging this pull request may close these issues.

2 participants