diff --git a/module/documents/Actor/Player.mjs b/module/documents/Actor/Player.mjs index c3eba12..331a0c0 100644 --- a/module/documents/Actor/Player.mjs +++ b/module/documents/Actor/Player.mjs @@ -1,12 +1,5 @@ export class PlayerActor { - static createCustomSpell() { - let customUUID = `Spell.Custom.${randomID()}`; - this.system.spells[customUUID] = { - name: ``, - cost: ``, - description: ``, - }; - }; + static createCustomSpell() {}; static async updateEmbeddedDocument($event) { let data = $event.target.dataset;