This commit is contained in:
2022-01-14 18:20:15 +01:00
parent c2c335181b
commit 3874495bcf
6 changed files with 111 additions and 46 deletions

View File

@ -16,7 +16,7 @@ export class PegasusRollDialog extends Dialog {
} else if (rollData.mode == "spec") {
html = await renderTemplate('systems/fvtt-pegasus-rpg/templates/roll-dialog-spec.html', rollData);
options.height = 360;
} else if (rollData.mode == "weapon") {
} else if (rollData.mode == "weapon" || rollData.mode == "armor" || rollData.mode == "power") {
html = await renderTemplate('systems/fvtt-pegasus-rpg/templates/roll-dialog-weapon.html', rollData);
options.height = 320;
} else {