xiongzhu 2 anni fa
parent
commit
a9260839ed
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/game/game.service.ts

+ 1 - 0
src/game/game.service.ts

@@ -578,6 +578,7 @@ export class GameService implements OnModuleInit {
                 plot,
                 options: [],
                 charactors: [...lastState.charactors],
+                summary: await this.refineSummary(history, this.formatDatetime(date, time) + '\n' + plot),
                 ending: true
             })
         )