forked from public/foundryvtt-reve-de-dragon
Convertir tous les jets de dés dans le tchat
This commit is contained in:
@ -102,10 +102,9 @@ export class RdDRollTables {
|
||||
|
||||
/* -------------------------------------------- */
|
||||
static async getMaladresse(options = { toChat: false, arme: false }) {
|
||||
const maladresse = await RdDRollTables.drawTextFromRollTable(
|
||||
return await RdDRollTables.drawTextFromRollTable(
|
||||
options.arme ? "Maladresse armé" : "Maladresses non armé",
|
||||
options);
|
||||
return await RdDTextEditor.enrichHTML(maladresse, undefined, {showLink:false})
|
||||
options)
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user