Tirage des queues privé
utilisation de rollMode: "gmroll"
This commit is contained in:
parent
1c22f6858f
commit
fc2420bfe1
@ -6,7 +6,7 @@ export class RdDRollTables {
|
|||||||
const index = await pack.getIndex();
|
const index = await pack.getIndex();
|
||||||
const entry = index.find(e => e.name === tableName);
|
const entry = index.find(e => e.name === tableName);
|
||||||
const table = await pack.getEntity(entry._id);
|
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);
|
console.log("RdDRollTables", tableName, toChat, ":", draw);
|
||||||
return draw;
|
return draw;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user