Working on the spells panel, which resulted in a lot of weird structural changes that aren't *really* functional yet
This commit is contained in:
parent
227029ffcd
commit
dfc51a5899
31 changed files with 499 additions and 84 deletions
|
|
@ -20,7 +20,7 @@ export class AspectSheet extends ItemSheet {
|
|||
console.debug(`.dungeon | Adding event listeners for Item: ${this.id}`);
|
||||
};
|
||||
|
||||
getData() {
|
||||
async getData() {
|
||||
const ctx = {};
|
||||
const item = this.item.toObject(false);
|
||||
|
||||
|
|
@ -29,10 +29,6 @@ export class AspectSheet extends ItemSheet {
|
|||
ctx.system = item.system;
|
||||
ctx.flags = item.flags;
|
||||
|
||||
console.groupCollapsed(`AspectSheet.getData`);
|
||||
console.log(`ctx`, ctx);
|
||||
console.log(`item`, item);
|
||||
console.groupEnd();
|
||||
return ctx;
|
||||
};
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue