From dbad358d7afd4e6f052943e600f064f20eddf266 Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Sat, 20 Mar 2021 14:36:36 +0100 Subject: [PATCH] Fix: recalcul des nombres astraux --- module/rdd-calendrier.js | 1 + 1 file changed, 1 insertion(+) diff --git a/module/rdd-calendrier.js b/module/rdd-calendrier.js index be658177..15f69467 100644 --- a/module/rdd-calendrier.js +++ b/module/rdd-calendrier.js @@ -147,6 +147,7 @@ export class RdDCalendrier extends Application { } } } + this.listeNombreAstral = newList; game.settings.set("foundryvtt-reve-de-dragon", "liste-nombre-astral", this.listeNombreAstral); } /* -------------------------------------------- */