diff --git a/module/applications/sheets/actors/character.mjs b/module/applications/sheets/actors/character.mjs index 5107df12..b88ec6fd 100644 --- a/module/applications/sheets/actors/character.mjs +++ b/module/applications/sheets/actors/character.mjs @@ -964,8 +964,9 @@ export default class CharacterSheet extends DHBaseActorSheet { if (!item || !item.system.resource?.max) return; - await item.update({ 'system.resource.value': - item.system.needsReload ? itemAbleRollParse(item.system.resource.max, this.document, item) : 0 + await item.update({ + 'system.resource.value': item.system.needsReload ? + itemAbleRollParse(item.system.resource.max, this.document, item) : 0 }) }