Remove flawed implementation
This commit is contained in:
parent
0f5a895d5d
commit
27fe6076ba
1 changed files with 1 additions and 8 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue