Add basic displaying for ActiveEffects and dropdown support
This commit is contained in:
parent
c466e0e539
commit
d479ef7559
4 changed files with 45 additions and 3 deletions
|
|
@ -30,6 +30,7 @@ export class GenericItemSheet extends ItemSheet {
|
|||
ctx.item = this.item;
|
||||
ctx.system = this.item.system;
|
||||
ctx.flags = this.item.flags;
|
||||
ctx.effects = this.item.effects;
|
||||
|
||||
ctx.config = DOTDUNGEON;
|
||||
ctx.icons = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue