v10.5.2 #606

Merged
uberwald merged 7 commits from VincentVk/foundryvtt-reve-de-dragon:v10 into v10 2023-01-08 23:59:34 +01:00
Showing only changes of commit fa356bd7f8 - Show all commits

View File

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