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