Skip to content

Commit

Permalink
Odd "fix" for Chase Save Spawn
Browse files Browse the repository at this point in the history
Will likely just exclude this save as a possible spawn
  • Loading branch information
dyceron committed Sep 25, 2023
1 parent 586d287 commit a99af1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions open_samus_returns_rando/files/levels/s050_area5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,7 @@ function s050_area5.OnManicMinerBotChaseCutsceneStart()
end
function s050_area5.OnManicMinerBotChaseCutsceneEnd()
Game.SetPlayerInputEnabled(true, false)
Game.LoadScenario("c10_samus", Init.sStartingScenario, "SPG_ManicMinerBotHidden", "samus", 1)
end
function s050_area5.SetAfterChaseSubAreaSetup()
Game.SetSubAreaCurrentSetup("collision_camera_AfterChase", "AfterChase", true, false)
Expand Down

0 comments on commit a99af1e

Please sign in to comment.