forked from public/foundryvtt-reve-de-dragon
#52 Gestion astrologie
This commit is contained in:
@ -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 ) {
|
||||
|
Reference in New Issue
Block a user