Re-synchro d'affichage lors du tirage des nombres astro

This commit is contained in:
2021-06-01 21:58:40 +02:00
parent 560d674a15
commit 4b26fd575a
4 changed files with 19 additions and 3 deletions

View File

@ -23,9 +23,9 @@
}
/* -------------------------------------------- */
resetNombreAstraux() {
async resetNombreAstraux() {
game.system.rdd.calendrier.resetNombreAstral();
game.system.rdd.calendrier.rebuildListeNombreAstral();
await game.system.rdd.calendrier.rebuildListeNombreAstral();
game.system.rdd.calendrier.showAstrologieEditor();
}