mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Added back the save function
This commit is contained in:
parent
cc0766fc20
commit
6eedc92e8c
2 changed files with 5 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ export class DhLevelup extends foundry.abstract.DataModel {
|
|||
tiers: Object.keys(levelTierData.tiers).reduce((acc, key) => {
|
||||
acc[key] = DhLevelupTier.initializeData(
|
||||
levelTierData.tiers[key],
|
||||
pcLevelData.selections.filter(x => x.tier === key),
|
||||
pcLevelData.selections.filter(x => x.tier === Number(key)),
|
||||
pcLevelData.level.changed
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue