Minot fixes + archetype

This commit is contained in:
2023-02-03 17:45:15 +01:00
parent c58e6ac4b8
commit 051d9ca943
11 changed files with 152 additions and 239 deletions

View File

@ -67,6 +67,10 @@ export class MaleficesItemSheet extends ItemSheet {
isGM: game.user.isGM
}
if ( this.object.type == "archetype") {
formData.tarots = MaleficesUtility.getTarots()
}
this.options.editable = !(this.object.origin == "embeddedItem");
console.log("ITEM DATA", formData, this);
return formData;