Support @roll[2d6]

This commit is contained in:
2025-01-11 17:32:43 +01:00
parent 06aff9a3c0
commit 792558ac84
11 changed files with 119 additions and 56 deletions

View File

@ -23,6 +23,6 @@ export class RdDJournalSheet extends JournalTextPageSheet {
activateListeners(html) {
super.activateListeners(html);
html.find('.roll-carac-competence').click(async event => await RdDTextEditor.rollText(event, this.actor))
html.find('.roll-text').click(async event => await RdDTextEditor.rollText(event, this.actor))
}
}