Fix calcul des heures de chance

This commit is contained in:
Vincent Vandemeulebrouck 2023-01-08 20:33:52 +01:00
parent 771c8c9c8e
commit fa356bd7f8

View File

@ -355,7 +355,7 @@ export class RdDCalendrier extends Application {
} }
getHeureChance(heure) { getHeureChance(heure) {
return heure + (this.getCurrentNombreAstral() ?? 1) - 1; return heure + (this.getCurrentNombreAstral() ?? 0);
} }
/* -------------------------------------------- */ /* -------------------------------------------- */