Updated weaponsheet to use Options and not Choices for tagifyConfigs

This commit is contained in:
WBHarry 2025-06-26 21:19:36 +02:00
parent 7d6cb84db5
commit 813b73465f

View file

@ -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
}
]