Add dmg roll for powers
This commit is contained in:
@ -5,7 +5,7 @@ export class PegasusRollDialog extends Dialog {
|
||||
/* -------------------------------------------- */
|
||||
static async create(actor, rollData ) {
|
||||
|
||||
let options = { classes: ["WotGdialog"], width: 620, height: 380, 'z-index': 99999 };
|
||||
let options = { classes: ["PegasusDialog"], width: 620, height: 380, 'z-index': 99999 };
|
||||
let html = await renderTemplate('systems/fvtt-pegasus-rpg/templates/roll-dialog-generic.html', rollData);
|
||||
|
||||
return new PegasusRollDialog(actor, rollData, html, options );
|
||||
|
Reference in New Issue
Block a user