Merge branch 'wait-for-3d-dice-animation-before-showing-result' into 'dev'

Roll-n-Keep dialog now waits for the DiceSoNice animation to finish before...

See merge request teaml5r/l5r5e!28
This commit is contained in:
Vlyan
2023-06-18 08:58:19 +00:00

View File

@@ -535,7 +535,7 @@ export class RollnKeepDialog extends FormApplication {
// Show DsN dice for the new roll // Show DsN dice for the new roll
if (game.dice3d !== undefined) { if (game.dice3d !== undefined) {
game.dice3d.showForRoll( await game.dice3d.showForRoll(
roll, roll,
game.user, game.user,
true, true,