mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-23 07:53:39 +02:00
.
This commit is contained in:
parent
60e38e5705
commit
59481d0d77
9 changed files with 52 additions and 21 deletions
|
|
@ -527,7 +527,8 @@ export default class DhlevelUp extends HandlebarsApplicationMixin(ApplicationV2)
|
|||
minCost: Number(button.dataset.cost),
|
||||
amount: button.dataset.amount ? Number(button.dataset.amount) : null,
|
||||
value: button.dataset.value,
|
||||
type: button.dataset.type
|
||||
type: button.dataset.type,
|
||||
subType: button.dataset.subType
|
||||
};
|
||||
|
||||
if (button.dataset.type === 'domainCard') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue