Added homebrew for armor and weapon fatures

This commit is contained in:
WBHarry 2025-09-06 19:12:15 +02:00
parent 8fd63d5963
commit 45a322f418
20 changed files with 564 additions and 81 deletions

View file

@ -138,7 +138,7 @@ export default class DHActionConfig extends DaggerheartSheet(ApplicationV2) {
};
}
if (this.action.parent.metadata.isQuantifiable) {
if (this.action.parent.metadata?.isQuantifiable) {
options.quantity = {
label: 'DAGGERHEART.GENERAL.itemQuantity',
group: 'Global'