Try to update movement

This commit is contained in:
2022-10-05 21:05:35 +02:00
parent 983bc6a2ed
commit a26af23c9c
2 changed files with 4 additions and 4 deletions

View File

@ -68,8 +68,8 @@ export class MournbladeItemSheet extends ItemSheet {
isGM: game.user.isGM
}
if ( objectData.type =="don") {
sacrifice = await TextEditor.enrichHTML(this.object.system.sacrifice, {async: true})
if ( objectData.type == "don") {
formData.sacrifice = await TextEditor.enrichHTML(this.object.system.sacrifice, {async: true})
}
//this.options.editable = !(this.object.origin == "embeddedItem");
console.log("ITEM DATA", formData, this);