split narrator srt

This commit is contained in:
math-pixel
2026-06-03 01:01:48 +02:00
parent 18fb5e39e9
commit b1037d5107
10 changed files with 289 additions and 15 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ export function RepairGame({
onComplete={() => setMissionStep(mission, "done")}
/>
) : null}
{step === "done" ? (
{step === "done" && mission !== "pylon" ? (
<RepairCompletionStep
config={config}
onComplete={() => completeMission(mission)}