death-save / combat-carousel

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

Derived properties do not re-render Carousel #168

Open eclarke12 opened 1 year ago

eclarke12 commented 1 year ago

Properties such as AC do not trigger an update on the carousel as they do not explicitly trigger an updateActor hook.

Possibly need to listen for renders of Actor sheet or Combat tracker?