fix: clarify repair mission locked flow
This commit is contained in:
@@ -228,17 +228,17 @@ function createInitialGameState(): GameState {
|
|||||||
isBikeUnlocked: false,
|
isBikeUnlocked: false,
|
||||||
},
|
},
|
||||||
bike: {
|
bike: {
|
||||||
currentStep: "waiting",
|
currentStep: "locked",
|
||||||
dialogueAudio: null,
|
dialogueAudio: null,
|
||||||
isRepaired: false,
|
isRepaired: false,
|
||||||
},
|
},
|
||||||
pylone: {
|
pylone: {
|
||||||
currentStep: "waiting",
|
currentStep: "locked",
|
||||||
dialogueAudio: null,
|
dialogueAudio: null,
|
||||||
isPowered: false,
|
isPowered: false,
|
||||||
},
|
},
|
||||||
ferme: {
|
ferme: {
|
||||||
currentStep: "waiting",
|
currentStep: "locked",
|
||||||
dialogueAudio: null,
|
dialogueAudio: null,
|
||||||
irrigationFixed: false,
|
irrigationFixed: false,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user