From b26b023424628fb1609a51112b8031baef60aa58 Mon Sep 17 00:00:00 2001 From: sladecraven Date: Thu, 17 Dec 2020 22:59:55 +0100 Subject: [PATCH] Correction sur passage chateau dormanr -> sirene --- module/rdd-calendrier.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/rdd-calendrier.js b/module/rdd-calendrier.js index 878cc357..e08a0dc4 100644 --- a/module/rdd-calendrier.js +++ b/module/rdd-calendrier.js @@ -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) );