Fix ui.warn
This commit is contained in:
parent
96f58c65e3
commit
537cc005ad
@ -271,7 +271,6 @@ export class RdDCalendrier extends Application {
|
|||||||
let chiffreAstral = this.getCurrentNombreAstral();
|
let chiffreAstral = this.getCurrentNombreAstral();
|
||||||
let heureCourante = this.calendrier.heureRdD;
|
let heureCourante = this.calendrier.heureRdD;
|
||||||
let ecartChance = (hn + chiffreAstral - heureCourante)%12;
|
let ecartChance = (hn + chiffreAstral - heureCourante)%12;
|
||||||
console.log("ajustementAstrologique", heureNaissance, hn, chiffreAstral, heureCourante, ecartChance);
|
|
||||||
switch (ecartChance)
|
switch (ecartChance)
|
||||||
{
|
{
|
||||||
case 0: return 4;
|
case 0: return 4;
|
||||||
@ -281,7 +280,7 @@ export class RdDCalendrier extends Application {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
ui.notifications.warn(, this.data.name + " n'a pas d'heure de naissance, ou elle est incorrecte");
|
ui.notifications.warn(this.data.name + " n'a pas d'heure de naissance, ou elle est incorrecte");
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user