Try to update movement
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user