#194 : Saisie manuelle du résultat

This commit is contained in:
2021-06-28 20:19:02 +02:00
parent e9f6d5f4b9
commit 52fff9e79e
4 changed files with 20 additions and 5 deletions

View File

@ -213,7 +213,7 @@ export class RdDCalendrier extends Application {
newList[i] = await this.ajouterNombreAstral(dayIndex, showDice );
}
}
console.log("SAVE list", newList, jourCourant);
//console.log("SAVE list", newList, jourCourant);
this.listeNombreAstral = newList;
game.settings.set("foundryvtt-reve-de-dragon", "liste-nombre-astral", this.listeNombreAstral);
}