From c2c335181b2053009a60d41c6cabe6e284cc95e5 Mon Sep 17 00:00:00 2001 From: sladecraven Date: Fri, 14 Jan 2022 15:18:36 +0100 Subject: [PATCH] Sync v9 --- modules/pegasus-roll-dialog.js | 2 +- system.json | 2 +- templates/partial-options-range.html | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/pegasus-roll-dialog.js b/modules/pegasus-roll-dialog.js index de5814f..b283079 100644 --- a/modules/pegasus-roll-dialog.js +++ b/modules/pegasus-roll-dialog.js @@ -18,7 +18,7 @@ export class PegasusRollDialog extends Dialog { options.height = 360; } else if (rollData.mode == "weapon") { html = await renderTemplate('systems/fvtt-pegasus-rpg/templates/roll-dialog-weapon.html', rollData); - options.height = 460; + options.height = 320; } else { html = await renderTemplate('systems/fvtt-pegasus-rpg/templates/roll-dialog-skill.html', rollData); } diff --git a/system.json b/system.json index f3c50c7..102c18c 100644 --- a/system.json +++ b/system.json @@ -163,6 +163,6 @@ "templateVersion": 57, "title": "Pegasus RPG", "url": "https://www.uberwald.me/data/files/fvtt-pegasus-rpg", - "version": "0.1.0", + "version": "0.1.1", "background" : "./images/ui/pegasus_welcome_page.webp" } diff --git a/templates/partial-options-range.html b/templates/partial-options-range.html index 1adba70..c16be9e 100644 --- a/templates/partial-options-range.html +++ b/templates/partial-options-range.html @@ -1,6 +1,7 @@ {{#if notapplicable}} {{/if}} +