Fix calcul des heures de chance
This commit is contained in:
@ -355,7 +355,7 @@ export class RdDCalendrier extends Application {
|
||||
}
|
||||
|
||||
getHeureChance(heure) {
|
||||
return heure + (this.getCurrentNombreAstral() ?? 1) - 1;
|
||||
return heure + (this.getCurrentNombreAstral() ?? 0);
|
||||
}
|
||||
|
||||
/* -------------------------------------------- */
|
||||
|
Reference in New Issue
Block a user