Various fixes for TMR, WIP
This commit is contained in:
@ -457,7 +457,7 @@ export class RdDTMRDialog extends Dialog {
|
||||
if (rencontre) {
|
||||
return rencontre;
|
||||
}
|
||||
let myRoll = new Roll("1d7").evaluate().total;
|
||||
let myRoll = new Roll("1d7").evaluate( { async: false} ).total;
|
||||
if (TMRUtility.isForceRencontre() || myRoll == 7) {
|
||||
return await this.rencontreTMRRoll(tmr, this.actor.isRencontreSpeciale());
|
||||
}
|
||||
|
Reference in New Issue
Block a user