diff --git a/src/app/App.tsx b/src/app/App.tsx index f30bd0b5..b5ebd9fd 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -14445,6 +14445,97 @@ export function App({ store, initialStatusMessage }: AppProps) { +
+
Presence
+ + + {npcPresenceModeDraft === "timeWindow" ? ( +
+ + +
+ ) : null} + +
+ {npcPresenceModeDraft === "always" + ? "Always keeps this NPC active in the runner." + : "Time windows use project-global in-game hours and can cross midnight."} +
+
+
Facing