#105 Affichage résumé a chaque tour de combat

This commit is contained in:
2021-01-03 15:40:48 +01:00
parent 57c568c0d4
commit 969291a526
7 changed files with 84 additions and 18 deletions

View File

@ -4,6 +4,7 @@
*/
export class ChatUtility {
/* -------------------------------------------- */
static chatWithRollMode(chatOptions, name) {
let rollMode = game.settings.get("core", "rollMode");
ChatUtility.createChatMessage(chatOptions, rollMode, name);