diff --git a/module/rdd-calendrier.js b/module/rdd-calendrier.js index 32bb13ea..c77c4324 100644 --- a/module/rdd-calendrier.js +++ b/module/rdd-calendrier.js @@ -355,7 +355,7 @@ export class RdDCalendrier extends Application { } getHeureChance(heure) { - return heure + (this.getCurrentNombreAstral() ?? 1) - 1; + return heure + (this.getCurrentNombreAstral() ?? 0); } /* -------------------------------------------- */