fix: clarify repair mission locked flow

This commit is contained in:
Tom Boullay
2026-05-11 12:10:35 +02:00
parent cc8ea20536
commit 1ad4a164ea
+3 -3
View File
@@ -228,17 +228,17 @@ function createInitialGameState(): GameState {
isBikeUnlocked: false,
},
bike: {
currentStep: "waiting",
currentStep: "locked",
dialogueAudio: null,
isRepaired: false,
},
pylone: {
currentStep: "waiting",
currentStep: "locked",
dialogueAudio: null,
isPowered: false,
},
ferme: {
currentStep: "waiting",
currentStep: "locked",
dialogueAudio: null,
irrigationFixed: false,
},