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
+4 -1
View File
@@ -161,7 +161,10 @@ function completePylonState(state: GameState): GameStateUpdate {
},
farm: {
...state.farm,
currentStep: "waiting",
// Farm starts at "locked" so FarmNarrativeFlow can auto-transition
// to "electricienne_history" and play the intro audio before the
// repair game begins.
currentStep: "locked",
},
};
}