✨Feature: implement room entry flow with encounter resolution and logging
This commit is contained in:
@@ -136,7 +136,9 @@ export function createRoomStateFromTemplate(
|
||||
},
|
||||
encounter: undefined,
|
||||
objects: [],
|
||||
notes: [template.text ?? template.title].filter(Boolean),
|
||||
notes: [template.text ?? template.title, template.encounterText].filter(
|
||||
(note): note is string => Boolean(note),
|
||||
),
|
||||
flags: [
|
||||
`table:${template.tableCode}`,
|
||||
`entry:${template.tableEntryKey}`,
|
||||
|
||||
Reference in New Issue
Block a user