diff --git a/src/app/App.tsx b/src/app/App.tsx index 60651a96..6a31aabc 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -7686,6 +7686,7 @@ export function App({ store, initialStatusMessage }: AppProps) { + @@ -7865,6 +7866,28 @@ export function App({ store, initialStatusMessage }: AppProps) { + ) : link.action.type === "startDialogue" ? ( +
+ +
) : link.action.type === "stopAnimation" ? (
);