diff --git a/system/src/apps/RequestCheckSD.mjs b/system/src/apps/RequestCheckSD.mjs index b355d519..a55d7ccf 100644 --- a/system/src/apps/RequestCheckSD.mjs +++ b/system/src/apps/RequestCheckSD.mjs @@ -93,7 +93,6 @@ export default class RequestCheckSD extends FormApplication { break; case "request-check": RequestCheckSD.displayRequest(data.difficulty, data.stat); - this.close(); break; default: shadowdark.error("Request Check Error"); diff --git a/system/templates/apps/request-check.hbs b/system/templates/apps/request-check.hbs index 8a2816f9..82ce5112 100644 --- a/system/templates/apps/request-check.hbs +++ b/system/templates/apps/request-check.hbs @@ -1,9 +1,9 @@
-
+
{{#> ui/sd-box header-label="Difficulty" }} -
+
{{radioBoxes "difficulty" difficulty checked="12"}}