mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 15:39:02 +01:00
Update Reaction Roll Chat Message Title
This commit is contained in:
parent
7a012a74f0
commit
6e06714465
1 changed files with 2 additions and 1 deletions
|
|
@ -18,8 +18,9 @@ export default class DualityRoll extends D20Roll {
|
|||
static DefaultDialog = D20RollDialog;
|
||||
|
||||
get title() {
|
||||
console.log(this)
|
||||
return game.i18n.localize(
|
||||
"DAGGERHEART.GENERAL.dualityRoll"
|
||||
`DAGGERHEART.GENERAL.${ this.options?.roll?.type === CONFIG.DH.ITEM.actionTypes.reaction.id ? "reactionRoll": "dualityRoll"}`
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue