Update NPC dialogue panel text

This commit is contained in:
2026-04-15 10:59:24 +02:00
parent bbf0ae4d70
commit d148021f6d

View File

@@ -101,9 +101,9 @@ export function NpcDialoguesPanel({
</div>
<div className="material-summary">
{dialogues.length === 0
? "Author one or more dialogues for this NPC. Sequences can later make this NPC talk, and direct NPC clicks use the default dialogue."
? "Author one or more dialogues for this NPC. NPC sequence links can later make this NPC talk."
: defaultDialogue === null
? "Pick a default dialogue for direct NPC click/talk behavior."
? "Pick a default dialogue for NPC talk effects that do not target a specific dialogue."
: `${defaultDialogue.lines.length} line${defaultDialogue.lines.length === 1 ? "" : "s"} in the default NPC dialogue.`}
</div>
</div>