Skip to content

Commit

Permalink
Merge pull request #365 from randovania/revert-varia
Browse files Browse the repository at this point in the history
Don't rotate Varia if progressive
  • Loading branch information
ThanatosGit authored Jun 5, 2024
2 parents d46e54c + 3021725 commit 84e9a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/open_samus_returns_rando/files/custom/scenario.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function Scenario._UpdateProgressiveItemModels()
local pickup = Game.GetEntity(name)
pickup.MODELUPDATER.sModelAlias = model.alias
-- Rotate Wave Beam and High Jump Boots to face right
if index == 1 then
if model.alias == "powerup_wavebeam" or model.alias == "powerup_highjumpboots" then
pickup.vAng = V3D(0, 1.5, 0)
end
break
Expand Down

0 comments on commit 84e9a53

Please sign in to comment.