From f3cd783f1216bac1fa061aeee1c16268ccb70d9a Mon Sep 17 00:00:00 2001 From: sladecraven Date: Thu, 17 Dec 2020 23:10:10 +0100 Subject: [PATCH] #71 : Idees fixes et Desirs lancinants ajoutes, avec table de tirage --- module/tmr-utility.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/tmr-utility.js b/module/tmr-utility.js index 41a13ea4..0246260c 100644 --- a/module/tmr-utility.js +++ b/module/tmr-utility.js @@ -539,7 +539,8 @@ export class TMRUtility { letter = String.fromCharCode( letterValue ); } let caseIndex = letter+num; - console.log("Case ", letterValue, letter, num, TMRMapping[caseIndex].label ); + ChatMessage.create( { content: "Case aléatoire : " + letter+num + " - " + TMRMapping[caseIndex].label , + whisper: ChatMessage.getWhisperRecipients("GM") } ); } /* -------------------------------------------- */