Fix scripts !
This commit is contained in:
@@ -138,6 +138,6 @@ arcane.forEach(i => {
|
||||
})
|
||||
let spells = [...petty, ...necromancy, ...arcane];
|
||||
|
||||
updateObj.name = updateObj.name += " " + this.effet.name
|
||||
updateObj.name = updateObj.name += " " + this.effect.name
|
||||
await this.actor.update(updateObj)
|
||||
this.actor.createEmbeddedDocuments("Item", items.concat(spells));
|
||||
|
||||
Reference in New Issue
Block a user