From 27fe6076ba37a3979d7f693d41835ac1e5d67f0e Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Mon, 8 Jan 2024 23:55:20 -0700 Subject: [PATCH] Remove flawed implementation --- module/documents/Actor/Player.mjs | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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;