new RPG system
This commit is contained in:
@@ -80,7 +80,7 @@ async function bootstrapRpg(sid, personaId, genreValue, settings) {
|
||||
const { updateAffinityDisplay } = await import('./chat.js');
|
||||
updateAffinityDisplay(data.affinity);
|
||||
}
|
||||
if (data.quests) updateQuestPanel(data.quests);
|
||||
if (data.quests) updateQuestPanel(data.quests, data.plot_arc ?? null);
|
||||
if (data.plot_arc) {
|
||||
const title = data.plot_arc.title || '';
|
||||
const hint = data.plot_arc.next_beat_hint || '';
|
||||
|
||||
Reference in New Issue
Block a user