Blocage astro #198, Synchro horloge #197, gérer pièces #196

This commit is contained in:
2021-06-01 20:54:27 +02:00
parent 39eda96f61
commit d45f95f1a5
3 changed files with 21 additions and 12 deletions

View File

@ -402,6 +402,11 @@ export class RdDCalendrier extends Application {
game.settings.set("foundryvtt-reve-de-dragon", "calendrier", duplicate(this.calendrier));
await this.rebuildListeNombreAstral();
game.socket.emit("system.foundryvtt-reve-de-dragon", {
msg: "msg_sync_time",
data: duplicate(this.calendrier)
});
this.updateDisplay();
}