mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
fixes
This commit is contained in:
parent
3d1be5fa22
commit
42867a4be1
7 changed files with 7 additions and 7 deletions
|
|
@ -130,7 +130,7 @@ export const typeConfig = {
|
|||
operator: "lte"
|
||||
},
|
||||
{
|
||||
key: "system.features",
|
||||
key: "system.itemFeatures",
|
||||
label: "Features",
|
||||
choices: () => [...Object.entries(CONFIG.DH.ITEM.weaponFeatures), ...Object.entries(CONFIG.DH.ITEM.armorFeatures)].map(([k,v]) => ({ value: k, label: v.label})),
|
||||
operator: "contains3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue