RnK : Fixed rights (introduced with strife modification)
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
</header>
|
||||
<section class="rnk-ct">
|
||||
{{!-- Body --}}
|
||||
{{^if l5r5e.rnkEnded}}
|
||||
{{#if showChoices}}
|
||||
{{!-- Face Rings --}}
|
||||
<fieldset class="dropbox swap">
|
||||
<legend class="section-header">
|
||||
|
||||
Reference in New Issue
Block a user