new RPG system

This commit is contained in:
2026-06-05 14:57:15 +03:00
parent 6189a5fb74
commit 01b16dbeaa
29 changed files with 2395 additions and 311 deletions
+1 -1
View File
@@ -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);