Remove flawed implementation

This commit is contained in:
Oliver-Akins 2024-01-08 23:55:20 -07:00
parent 0f5a895d5d
commit 27fe6076ba

View file

@ -1,12 +1,5 @@
export class PlayerActor { export class PlayerActor {
static createCustomSpell() { static createCustomSpell() {};
let customUUID = `Spell.Custom.${randomID()}`;
this.system.spells[customUUID] = {
name: ``,
cost: ``,
description: ``,
};
};
static async updateEmbeddedDocument($event) { static async updateEmbeddedDocument($event) {
let data = $event.target.dataset; let data = $event.target.dataset;