FEAT: delete unused item sheet

FEAT: add todo comment on subclass sheet
FIX: add minor comment on feature sheet
FIX: tagify class
FEAT: inprovement throw error on create tagify element
This commit is contained in:
Joaquin Pereyra 2025-06-25 18:09:30 -03:00
parent 1804070764
commit f63e94b4cc
5 changed files with 30 additions and 139 deletions

View file

@ -39,6 +39,8 @@ export default class SubclassSheet extends DHBaseItemSheet {
}
};
//TODO redo everything below this message
static addFeature(_, target) {
if (target.dataset.type === 'action') this.addAction(target.dataset.level);
else this.addEffect(target.dataset.level);