Sort, confrontation, update tarots, etc
This commit is contained in:
@@ -5,7 +5,7 @@ export class MaleficesTirageTarotDialog extends Dialog {
|
||||
/* -------------------------------------------- */
|
||||
static async create(actor, tirageData) {
|
||||
|
||||
let options = { classes: ["MaleficesDialog"], width: 820, height: 740, 'z-index': 99999 };
|
||||
let options = { classes: ["MaleficesDialog"], width: 720, height: 740, 'z-index': 99999 };
|
||||
let html = await renderTemplate('systems/fvtt-malefices/templates/dialogs/tirage-tarot-dialog.hbs', tirageData);
|
||||
|
||||
return new MaleficesTirageTarotDialog(actor, tirageData, html, options);
|
||||
|
||||
Reference in New Issue
Block a user