fix labels in duality rolls messages and style experience and effects messages

This commit is contained in:
moliloo 2025-08-02 02:14:58 -03:00
parent b2fbb6ff50
commit 5463b0c7ed
6 changed files with 79 additions and 46 deletions

View file

@ -614,7 +614,13 @@ export default class CharacterSheet extends DHBaseActorSheet {
},
hasRoll: true
};
this.document.diceRoll(config);
this.document.diceRoll({
...config,
headerTitle: `${game.i18n.localize('DAGGERHEART.GENERAL.dualityRoll')}: ${this.actor.name}`,
title: game.i18n.format('DAGGERHEART.UI.Chat.dualityRoll.abilityCheckTitle', {
ability: abilityLabel
})
});
}
//TODO: redo toggleEquipItem method