fix roll with new helper

This commit is contained in:
Vlyan
2020-12-18 18:37:11 +01:00
parent 79a4f55bee
commit b152018607
3 changed files with 4 additions and 4 deletions

View File

@@ -197,7 +197,7 @@ export class DicePickerDialog extends FormApplication {
getData(options = null) {
return {
...super.getData(options),
ringsList: game.l5r5e.HelpersL5r5e.getRingsList(),
ringsList: game.l5r5e.HelpersL5r5e.getRingsList(this._actor),
dicesList: [0, 1, 2, 3, 4, 5, 6],
skillData: this._skillData,
actor: this._actor,