Correction sur passage chateau dormanr -> sirene

This commit is contained in:
sladecraven 2020-12-17 22:59:55 +01:00
parent 813cfd22c3
commit b26b023424

View File

@ -158,7 +158,7 @@ export class RdDCalendrier extends Application {
this.calendrier.heureRdD += 1;
}
if ( this.calendrier.heureRdD > 11 ) {
this.calendrier.heureRdD -= 11;
this.calendrier.heureRdD -= 12;
this.incrementerJour();
}
game.settings.set("foundryvtt-reve-de-dragon", "calendrier", duplicate(this.calendrier) );