Merge pull request #60 from megastruktur/development

GH-59 Roll 0d
This commit is contained in:
megastruktur 2020-07-31 12:32:59 +03:00 committed by GitHub
commit db4eefac2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {