mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
Updated weaponsheet to use Options and not Choices for tagifyConfigs
This commit is contained in:
parent
7d6cb84db5
commit
813b73465f
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ export default class WeaponSheet extends DHBaseItemSheet {
|
|||
tagifyConfigs: [
|
||||
{
|
||||
selector: '.features-input',
|
||||
choices: () => CONFIG.daggerheart.ITEM.weaponFeatures,
|
||||
options: () => CONFIG.daggerheart.ITEM.weaponFeatures,
|
||||
callback: WeaponSheet.#onFeatureSelect
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue