Fixed so that homebrew downtime move actions can have effects

This commit is contained in:
WBHarry 2026-01-31 01:37:03 +01:00
parent 94efbeada3
commit 1bb827e81b
5 changed files with 38 additions and 33 deletions

View file

@ -165,7 +165,8 @@ export default class DhHomebrewSettings extends HandlebarsApplicationMixin(Appli
name: game.i18n.localize('DAGGERHEART.SETTINGS.Homebrew.newDowntimeMove'),
img: 'icons/magic/life/cross-worn-green.webp',
description: '',
actions: []
actions: [],
effects: []
}
});
} else if (['armorFeatures', 'weaponFeatures'].includes(type)) {