mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
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:
parent
1804070764
commit
f63e94b4cc
5 changed files with 30 additions and 139 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue