mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 16:09:03 +01:00
Added Homebrew maxDomains
This commit is contained in:
parent
397053dcb3
commit
c340f084b3
6 changed files with 29 additions and 5 deletions
|
|
@ -15,7 +15,10 @@ export default class ClassSheet extends DHBaseItemSheet {
|
|||
{
|
||||
selector: '.domain-input',
|
||||
options: () => CONFIG.DH.DOMAIN.domains,
|
||||
callback: ClassSheet.#onDomainSelect
|
||||
callback: ClassSheet.#onDomainSelect,
|
||||
tagifyOptions: {
|
||||
maxTags: () => game.settings.get(CONFIG.DH.id, CONFIG.DH.SETTINGS.gameSettings.Homebrew).maxDomains
|
||||
}
|
||||
}
|
||||
],
|
||||
dragDrop: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue