added techniques type list checkboxes

This commit is contained in:
Vlyan
2020-12-21 14:26:09 +01:00
parent 3b33dd0c9c
commit 1e0a3f7a00
4 changed files with 17 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ export class AdvancementSheetL5r5e extends ItemSheetL5r5e {
/**
* Sub Types of advancements
*/
static types = ["ring", "skill", "advantage"]; // "technique" has it's own type
static types = ["ring", "skill"]; // "advantage" and "technique" have theirs own xp count
/** @override */
static get defaultOptions() {