1.1.17
etiquettestartshere
released this
14 May 10:11
·
135 commits
to main
since this release
Immunity, Resistance, Vulnerability Ignore & Downgrade Fixes
- Fixed a bug where users applying damage to targets they do not own with the 'Damage Target' setting enabled was not properly handling immunity, resistance, and vulnerability downgrade and ignorance.
This was due to the fact that all these things were sets, but because I never run combat I didn't even realize this until I was looking at the documentation to expose some functions to a theoretical public API, and realized these would have the same issue as 'properties'. Now, they are translated to an array before socket emission and then back to a set for proper application. This could probably be cleaned up some but I just wanted to get a fix out quick.
As always, if you encounter any issues due to this change, please let me know 🙏.