From fc2420bfe1feb77ca686d3491c446ee1e560a5aa Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Thu, 4 Feb 2021 01:21:29 +0100 Subject: [PATCH] =?UTF-8?q?Tirage=20des=20queues=20priv=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit utilisation de rollMode: "gmroll" --- module/rdd-rolltables.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/rdd-rolltables.js b/module/rdd-rolltables.js index 644cce6c..8d7ba802 100644 --- a/module/rdd-rolltables.js +++ b/module/rdd-rolltables.js @@ -6,7 +6,7 @@ export class RdDRollTables { const index = await pack.getIndex(); const entry = index.find(e => e.name === tableName); const table = await pack.getEntity(entry._id); - const draw = await table.draw({ displayChat: toChat }); + const draw = await table.draw({ displayChat: toChat, rollMode: "gmroll"}); console.log("RdDRollTables", tableName, toChat, ":", draw); return draw; }