diff --git a/module/rdd-tmr-dialog.js b/module/rdd-tmr-dialog.js index 80d129be..e5fa7516 100644 --- a/module/rdd-tmr-dialog.js +++ b/module/rdd-tmr-dialog.js @@ -580,8 +580,7 @@ export class RdDTMRDialog extends Dialog { : tmr.label + " (" + tmr.coord + ")"); let myRoll = await RdDDice.rollTotal("1dt", { showDice: SHOW_DICE }); - console.warn('// TODO: remettre myRoll==7'); - if (myRoll <= 7) { + if (myRoll == 7) { this._tellToUser(myRoll + ": Rencontre en " + locTMR); return await TMRRencontres.getRencontreAleatoire(tmr, this.actor.isMauvaiseRencontre()) } else {