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