This commit is contained in:
WBHarry 2026-04-21 17:03:19 +02:00
parent c57266e596
commit 152e364225
4 changed files with 7 additions and 4 deletions

View file

@ -98,7 +98,7 @@ export default class BaseEffect extends foundry.data.ActiveEffectTypeDataModel {
new fields.NumberField({
choices: CONFIG.DH.GENERAL.simpleDispositions
}),
{ label: 'Affected Dispositions' }
{ label: 'DAGGERHEART.ACTIVEEFFECT.Config.targetDispositions' }
)
};
}