#52 Gestion astrologie

This commit is contained in:
2020-12-13 23:32:16 +01:00
parent 5aba029da9
commit 59a54b8a90
3 changed files with 27 additions and 4 deletions

View File

@ -239,6 +239,7 @@ export class RdDCalendrier extends Application {
let nbAstral = this.getNombreAstral( request.date );
let nbAstralFaux = nbAstral;
request.isValid = true;
request.rolled = rolled;
if ( !rolled .isSuccess ) {
request.isValid = false;
while ( nbAstralFaux == nbAstral ) {