death-save / combat-carousel

Combat Carousel Foundry VTT module
https://deathsave.dev
GNU General Public License v3.0
18 stars 21 forks source link

Linked Actor Update Hook doesn't respect system's resource bars #132

Closed kvndrsslr closed 2 years ago

kvndrsslr commented 2 years ago

So, actor updates don't trigger a re-render for (1) overlay stats & (2) hp updates for systems that don't use the 5e 'data.attributes.hp' path. This is due to a hardcoded 'data.attributes.hp' in

https://github.com/death-save/combat-carousel/blob/a71e7ea3d8d36fd28fb28e0f775652dd7dd68e5f/modules/hooks.mjs#L232

I'll send a PR later today. Thanks for the amazing module!