Compare commits

..

No commits in common. "6b42672b6088acbc0c9a3d68477d13aea6cf8ef1" and "a7da4c3b3306c851ab3a03a3a7c3bb5187948623" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View file

@ -2443,7 +2443,7 @@
"deathMove": { "label": "Death Move" },
"dead": { "label": "Dead" },
"defeated": { "label": "Defeated" },
"unconscious": { "label": "Unconscious" }
"unconcious": { "label": "Unconcious" }
},
"hopeFear": {
"label": "Hope & Fear",

View file

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

View file

@ -106,7 +106,7 @@ export default class DhAutomation extends foundry.abstract.DataModel {
initial: 'icons/magic/control/sleep-bubble-purple.webp',
categories: ['IMAGE'],
base64: false,
label: 'DAGGERHEART.SETTINGS.Automation.FIELDS.defeated.unconscious.label'
label: 'DAGGERHEART.SETTINGS.Automation.FIELDS.defeated.unconcious.label'
})
}),
roll: new fields.SchemaField({