Skip to content

Commit

Permalink
Ensure Omega always spawns
Browse files Browse the repository at this point in the history
  • Loading branch information
dyceron committed Oct 14, 2023
1 parent 12646b3 commit c8d5271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open_samus_returns_rando/files/levels/s070_area7.lua
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ function s070_area7.OnSubAreaChange(_ARG_0_, _ARG_1_, _ARG_2_, _ARG_3_, _ARG_4_)
Game.SetCameraEnemy("manicminerbot")
s070_area7.LaunchManicMinerBotIntroCutscene()
end
elseif (_ARG_0_ == "collision_camera_047" or _ARG_2_ == "collision_camera_046") and (_ARG_2_ == "collision_camera_037" or _ARG_2_ == "collision_camera_046") and _ARG_3_ == "Omega_Enabled" and not Scenario.ReadFromBlackboard("OmegaIntroCutscenePlayed", false) then
elseif _ARG_2_ == "collision_camera_037" and _ARG_3_ == "Omega_Enabled" and not Scenario.ReadFromBlackboard("OmegaIntroCutscenePlayed", false) then
s070_area7.LaunchFirstTimeOmegaPresentation()
end
if _ARG_2_ == "collision_camera_037" and _ARG_3_ == "Omega_Enabled" and not Scenario.ReadFromBlackboard("entity_SG_Omega_001_deaths", false) then
Expand Down

0 comments on commit c8d5271

Please sign in to comment.