jessev14 / health-monitor

Foundry VTT module that implements simple tracking of changes to HP.
MIT License
5 stars 2 forks source link

Error when updating Temp HP from macro #6

Closed nschoenwald closed 1 year ago

nschoenwald commented 1 year ago

I am using the following macro to update my players' temp HP for the inspiring leader feat: for(const user of game.users) await user.character?.applyTempHP(7); This results in an error and no messages are generated by healthEstimate:

image
jessev14 commented 1 year ago

Fixed in 2.2.5.