#52 : Suite astrologie

This commit is contained in:
2020-12-11 16:19:19 +01:00
parent 96bcb7ec55
commit 285403c427
6 changed files with 1 additions and 2 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+1 -2
View File
@@ -192,7 +192,6 @@ export class RdDCalendrier extends Application {
data.heureKey = heureKey;
data.moisKey = moisKey;
data.jourMois = this.calendrier.jour + 1;
data.nomSaison = saisonsDef[heuresDef[moisKey].saison].label;
data.nomMois = mois.label; // heures et mois nommés identiques
data.iconMois = dossierIconesHeures + mois.icon;
data.nomHeure = heure.label;
@@ -200,11 +199,11 @@ export class RdDCalendrier extends Application {
data.nomSaison = saisonsDef[mois.saison].label;
data.heuresRelative = this.calendrier.heuresRelative;
data.minutesRelative = this.calendrier.minutesRelative;
data.lettreFont = heure.lettreFont;
data.isGM = game.user.isGM;
return data;
}
/* -------------------------------------------- */
getAjustementAstrologique(heureNaissance)
{
let hn = heuresDef[heureNaissance].heure;