Tirage des queues privé

utilisation de rollMode: "gmroll"
This commit is contained in:
Vincent Vandemeulebrouck 2021-02-04 01:21:29 +01:00
parent 1c22f6858f
commit fc2420bfe1

View File

@ -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;
}