Open Cosmic-Lattee opened 2 hours ago
Thanks. On the case
So it looks like it isn't saving damage to the hit locations at all at the moment, which is why it isn't updating the total HP.
I think I've found the issue - but quick fix if you want to test it.
In npc.mjs, line 247 change 'hpCurr' to 'currHP'
Works for my local implementation
Yep that looks like it fixed it on my end as well!
Right, will add that to the next release.
Hello!
One of the recent updates seems to have borked the HP on NPC sheets when hit locations are enabled.
Regardless of how much damage is dealt to the locations the total HP isn't reduced.