Add basic displaying for ActiveEffects and dropdown support

This commit is contained in:
Oliver-Akins 2024-04-20 23:14:16 -06:00
parent c466e0e539
commit d479ef7559
4 changed files with 45 additions and 3 deletions

View file

@ -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 = {};