new RPG system
This commit is contained in:
@@ -225,7 +225,7 @@ export async function createNewChatFromWizard() {
|
||||
await reloadChatFromServer(sid);
|
||||
|
||||
if (openingData?.quests?.length) {
|
||||
updateQuestPanel(openingData.quests);
|
||||
updateQuestPanel(openingData.quests, openingData.plot_arc ?? null);
|
||||
}
|
||||
if (openingData?.affinity !== undefined) {
|
||||
updateAffinityDisplay(openingData.affinity);
|
||||
|
||||
Reference in New Issue
Block a user