forked from public/foundryvtt-reve-de-dragon
Petites améliorations
This commit is contained in:
@@ -98,7 +98,8 @@ export default class ChatRollResult {
|
||||
|
||||
async buildRollHtml(roll) {
|
||||
const template = `systems/foundryvtt-reve-de-dragon/templates/roll/result/chat-${roll.type.current}.hbs`
|
||||
return await renderTemplate(template, roll)
|
||||
const html = await renderTemplate(template, roll)
|
||||
return await RdDTextEditor.enrichHTML(html, undefined, { showLink: false })
|
||||
}
|
||||
|
||||
async chatListeners(html) {
|
||||
|
Reference in New Issue
Block a user