Skip to content

Commit

Permalink
Merge pull request #105 from randovania/area5
Browse files Browse the repository at this point in the history
Fix incorrect tank placement in Diggernaut Chase Arena
  • Loading branch information
ThanatosGit authored Sep 24, 2023
2 parents 16707a1 + 712e279 commit f3328b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open_samus_returns_rando/files/levels/s050_area5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ end
function s050_area5.SetAfterChaseSubAreaSetup()
end
function s050_area5.SetLocationTanksAfterChase()
if Scenario.ReadFromBlackboard("ChaseFinished", false) then
if Scenario.ReadFromBlackboard("ChaseFinished", true) then
Game.GetEntity("LE_Item_003").vPos = Game.GetLandmarkPosition("LM_TankPosition_AfterChase")
Game.GetEntity("LE_Item_010").vPos = Game.GetLandmarkPosition("LM_TankPosition_AfterChase001")
end
Expand Down

0 comments on commit f3328b8

Please sign in to comment.