Support @roll[2d6]
This commit is contained in:
@ -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))
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user