diff --git a/system/scripts/dice/roll-n-keep-dialog.js b/system/scripts/dice/roll-n-keep-dialog.js index a0b866d..a576f3d 100644 --- a/system/scripts/dice/roll-n-keep-dialog.js +++ b/system/scripts/dice/roll-n-keep-dialog.js @@ -235,7 +235,8 @@ export class RollnKeepDialog extends FormApplication { return { ...super.getData(options), isGM: game.user.isGM, - showStrifeBt: rollData.summary.strife > 0 && rollData.actor?.isCharacter, + showChoices: options.editable && !rollData.rnkEnded, + showStrifeBt: options.editable && rollData.summary.strife > 0 && rollData.actor?.isCharacter, cssClass: this.options.classes.join(" "), data: this.object, l5r5e: rollData, diff --git a/system/templates/dice/roll-n-keep-dialog.html b/system/templates/dice/roll-n-keep-dialog.html index 25cdc1f..8eaf69b 100644 --- a/system/templates/dice/roll-n-keep-dialog.html +++ b/system/templates/dice/roll-n-keep-dialog.html @@ -38,7 +38,7 @@
{{!-- Body --}} - {{^if l5r5e.rnkEnded}} + {{#if showChoices}} {{!-- Face Rings --}}