Working on 0.8.x

- Fixed initiative roll for actor sheet
This commit is contained in:
Vlyan
2021-05-04 18:14:40 +02:00
parent c2d2dbb9fe
commit 209c22996a

View File

@@ -440,9 +440,11 @@ export class DicePickerDialog extends FormApplication {
difficultyHidden: this.object.difficulty.hidden, difficultyHidden: this.object.difficulty.hidden,
useVoidPoint: this.object.useVoidPoint, useVoidPoint: this.object.useVoidPoint,
skillAssistance: this.object.skill.assistance, skillAssistance: this.object.skill.assistance,
rnkMessage: null,
}; };
await this._actor.rollInitiative({ await this._actor.rollInitiative({
rerollInitiative: true,
initiativeOptions: { initiativeOptions: {
formula: formula.join("+"), formula: formula.join("+"),
// updateTurn: true, // updateTurn: true,