Preliminary rolls

This commit is contained in:
2021-11-01 22:23:43 +01:00
parent 4452f3826a
commit ea034953a6
15 changed files with 331 additions and 133 deletions

View File

@ -18,12 +18,12 @@ export class BoLRollDialog extends Dialog {
buttons: {
roll: {
icon: '<i class="fas fa-check"></i>',
label: "Roll !",
label: game.i18n.localize("Roll"),
callback: () => { this.roll() }
},
cancel: {
icon: '<i class="fas fa-times"></i>',
label: "Cancel",
label: game.i18n.localize("Cancel"),
callback: () => { this.close() }
} },
default: "roll",