GH-59 Roll 0d

- Closes #59
This commit is contained in:
Megastruktur 2020-07-31 12:31:13 +03:00
parent 1e8cb17797
commit fdbd57b496

View file

@ -24,7 +24,7 @@ export async function bladesRoll(dice_amount, attribute_name = "") {
// show 3d Dice so Nice if enabled
if (niceDice) {
game.dice3d.showForRoll(r).then((displayed, zeromode, attribute_name) => {
game.dice3d.showForRoll(r).then((displayed) => {
showChatRollMessage(r, zeromode, attribute_name);
});
} else {