Liens de jets de dés dans le tchat
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { RdDTextEditor } from "../apps/rdd-text-roll.js";
|
||||
import { RdDTextEditor } from "../apps/rdd-text-roll-editor.js";
|
||||
import { SYSTEM_RDD } from "../constants.js";
|
||||
import { Misc } from "../misc.js";
|
||||
|
||||
@ -24,5 +24,6 @@ export class RdDJournalSheet extends JournalTextPageSheet {
|
||||
super.activateListeners(html);
|
||||
|
||||
html.find('.roll-text').click(async event => await RdDTextEditor.rollText(event, this.actor))
|
||||
html.find('.chat-roll-text').click(async event => await RdDTextEditor.chatRollText(event))
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user