Fix bug
This commit is contained in:
parent
6e59138485
commit
643801e629
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ async function rollDice() {
|
|||
let successes = 0;
|
||||
let critsOnly = 0;
|
||||
const results = [];
|
||||
const resultValues = [];
|
||||
for (let i = diceCount; i > 0; i--) {
|
||||
let r = new Roll(`1d${sidesOnDice}`);
|
||||
await r.evaluate();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue