Nouvelle fenêtre de jets de dés
This commit is contained in:
@@ -5,7 +5,8 @@ export class RdDRollResult {
|
||||
static async displayRollData(rollData, actor = undefined, template = 'chat-resultat-general.hbs') {
|
||||
const chatMessage = await ChatUtility.createChatWithRollMode(
|
||||
{ content: await RdDRollResult.buildRollDataHtml(rollData, template) },
|
||||
actor
|
||||
actor,
|
||||
rollData.current?.rollmode?.key
|
||||
)
|
||||
return chatMessage
|
||||
}
|
||||
|
Reference in New Issue
Block a user