Working on 0.8.x
- Fixed initiative roll for actor sheet
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user