Correction sur passage chateau dormanr -> sirene
This commit is contained in:
parent
813cfd22c3
commit
b26b023424
@ -158,7 +158,7 @@ export class RdDCalendrier extends Application {
|
|||||||
this.calendrier.heureRdD += 1;
|
this.calendrier.heureRdD += 1;
|
||||||
}
|
}
|
||||||
if ( this.calendrier.heureRdD > 11 ) {
|
if ( this.calendrier.heureRdD > 11 ) {
|
||||||
this.calendrier.heureRdD -= 11;
|
this.calendrier.heureRdD -= 12;
|
||||||
this.incrementerJour();
|
this.incrementerJour();
|
||||||
}
|
}
|
||||||
game.settings.set("foundryvtt-reve-de-dragon", "calendrier", duplicate(this.calendrier) );
|
game.settings.set("foundryvtt-reve-de-dragon", "calendrier", duplicate(this.calendrier) );
|
||||||
|
Loading…
Reference in New Issue
Block a user