From 3db877c86e49f42304bf9f3c3673f4a2b7942905 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 15 Apr 2026 09:17:01 +0200 Subject: [PATCH] Update App.tsx to remove dialogue selection and add material summary for NPC Talk effect --- src/app/App.tsx | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index 9fe68f50..3ec7e5eb 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -9191,25 +9191,11 @@ export function App({ store, initialStatusMessage }: AppProps) { ) : link.action.type === "startDialogue" ? (
- +
+ Legacy direct dialogue links are no longer authored here. + Move this behavior into a sequence and use a Make NPC Talk + effect instead. +
) : link.action.type === "runSequence" ? ( (() => {