You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you hover over your max hit points, it always says 'max hit points override', regardless of if there is an override or if it is the auto calculated value.
I believe it's due to this line
When you hover over your max hit points, it always says 'max hit points override', regardless of if there is an override or if it is the auto calculated value.
I believe it's due to this line
dnd5e/templates/actors/character-sheet.hbs
Line 63 in 4de2d2a
referencing the hp.max value post data preparation, instead of the source hp, thus always being truthy (unless your max hp is 0 for some reason)
The text was updated successfully, but these errors were encountered: