Fixed DefeatedCondition localizations

This commit is contained in:
WBHarry 2026-01-19 13:22:10 +01:00
parent b0ace36b46
commit 6b42672b60

View file

@ -171,7 +171,7 @@ export const defeatedConditions = () => {
acc[key] = {
...choice,
img: defeated[`${choice.id}Icon`],
description: `DAGGERHEART.CONFIG.Condition.${choice.id}.description`
description: game.i18n.localize(`DAGGERHEART.CONFIG.Condition.${choice.id}.description`)
};
return acc;