Skip to content

Commit

Permalink
Use updated name since one seal in A8
Browse files Browse the repository at this point in the history
  • Loading branch information
dyceron committed Feb 12, 2024
1 parent ecf3b8f commit 47c72ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/open_samus_returns_rando/files/levels/s100_area10.lua
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function s100_area10.InitFromBlackboard()
Scenario.WriteToBlackboard("firstTimeMetroidHatchlingIntroPlayed", "b", true)
Game.DisableEntity("LE_Baby_Hatchling")
Game.DisableTrigger("TG_MetroidRadar")
Game.GetEntity("LE_RandoDNA_002").USABLE:Activate(false)
Game.GetEntity("LE_RandoDNA").USABLE:Activate(false)
if Game.GetEntity("LE_ValveQueen") ~= nil then
if Blackboard.GetProp("DEFEATED_ENEMIES", "Metroid") ~= nil and s100_area10.iNumMetroids == Blackboard.GetProp("DEFEATED_ENEMIES", "Metroid") then
Game.GetEntity("LE_ValveQueen").MODELUPDATER:SetMeshVisible("Valve", false)
Expand Down Expand Up @@ -273,7 +273,7 @@ function s100_area10.OnSubAreaChange(_ARG_0_, _ARG_1_, _ARG_2_, _ARG_3_, _ARG_4_
Game.SetSceneGroupEnabledByName("sg_egg01", false)
Game.SetSceneGroupEnabledByName("sg_egg02", true)
Game.EnableEntity("LE_Baby_Hatchling")
Game.GetEntity("LE_RandoDNA_002").USABLE:Activate(true)
Game.GetEntity("LE_RandoDNA").USABLE:Activate(true)
end
if _ARG_2_ == "collision_camera_020" then
s100_area10.fSafeFarPlaneFactor = Game.GetSafeFarPlaneFactor()
Expand Down

0 comments on commit 47c72ae

Please sign in to comment.