Fixed translations. Fixed actions without Effects causing errors in Homebrew ItemFeatures

This commit is contained in:
WBHarry 2026-04-25 18:35:22 +02:00
parent 607ee3b580
commit 702c9e0b6a
6 changed files with 10 additions and 9 deletions

View file

@ -28,7 +28,7 @@ export default class DHWeapon extends AttachableItem {
equipped: new fields.BooleanField({ initial: false }),
//SETTINGS
secondary: new fields.BooleanField({ initial: false, label: 'DAGGERHEART.ITEMS.Weapon.secondaryWeapon' }),
secondary: new fields.BooleanField({ initial: false, label: 'DAGGERHEART.ITEMS.Weapon.secondaryWeapon.full' }),
burden: new fields.StringField({
required: true,
choices: CONFIG.DH.GENERAL.burden,