mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-23 07:53:39 +02:00
More simple
This commit is contained in:
parent
1997abafac
commit
e28ef99472
1 changed files with 2 additions and 2 deletions
|
|
@ -219,8 +219,8 @@ export default class DhHomebrew extends foundry.abstract.DataModel {
|
||||||
result[key].id = key;
|
result[key].id = key;
|
||||||
return result;
|
return result;
|
||||||
}, {}),
|
}, {}),
|
||||||
...CONFIG.DH.RESOURCE[actorType].base,
|
...config.base,
|
||||||
...CONFIG.DH.RESOURCE[actorType].custom,
|
...config.custom,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue