diff --git a/module/applications/sheets/motivation-sheet.mjs b/module/applications/sheets/motivation-sheet.mjs index 1b389d3..df40f2a 100644 --- a/module/applications/sheets/motivation-sheet.mjs +++ b/module/applications/sheets/motivation-sheet.mjs @@ -22,6 +22,8 @@ export default class CthulhuEternalMotivationSheet extends CthulhuEternalItemShe /** @override */ async _prepareContext() { const context = await super._prepareContext() + context.enrichedDescription = await TextEditor.enrichHTML(this.document.system.description, { async: true }) return context } + }