forked from public/foundryvtt-reve-de-dragon
fix - nombre astral inconnu
This commit is contained in:
@ -95,8 +95,12 @@ export class RdDCalendrier extends Application {
|
|||||||
|
|
||||||
/* -------------------------------------------- */
|
/* -------------------------------------------- */
|
||||||
getCurrentNombreAstral() {
|
getCurrentNombreAstral() {
|
||||||
let index = this.getCurrentDayIndex();
|
if (this.listeNombreAstral)
|
||||||
return this.listeNombreAstral[index].nombreAstral;
|
{
|
||||||
|
let index = this.getCurrentDayIndex();
|
||||||
|
return this.listeNombreAstral[index].nombreAstral;
|
||||||
|
}
|
||||||
|
return '?';
|
||||||
}
|
}
|
||||||
|
|
||||||
/* -------------------------------------------- */
|
/* -------------------------------------------- */
|
||||||
|
Reference in New Issue
Block a user