Initial release

This commit is contained in:
2023-02-01 21:30:35 +01:00
parent 04909ef841
commit 513e43f169
17 changed files with 91 additions and 69 deletions

View File

@ -63,6 +63,7 @@ export class MaleficesItemSheet extends ItemSheet {
options: this.options,
owner: this.document.isOwner,
description: await TextEditor.enrichHTML(this.object.system.description, { async: true }),
notes: await TextEditor.enrichHTML(this.object.system.notes, { async: true }),
isGM: game.user.isGM
}