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,
|
||||
|
||||
Reference in New Issue
Block a user