Skip to content

Commit

Permalink
Move baby to samus
Browse files Browse the repository at this point in the history
  • Loading branch information
ThanatosGit committed Oct 4, 2023
1 parent 3f8cf08 commit f108f44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions open_samus_returns_rando/files/randomizer_powerup.lua
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ setmetatable(RandomizerBabyHatchling, {__index = RandomizerPowerup})
function RandomizerBabyHatchling.OnPickedUp(progression)
RandomizerPowerup.OnPickedUp(progression)
Game.GetDefaultPlayer("Samus").BABYHATCHLINGCREATION:SpawnBaby()
Game.GetEntity("Baby Hatchling").vPos = Game.GetDefaultPlayer("Samus").vPos
end

RandomizerScanningPulse = {}
Expand Down

0 comments on commit f108f44

Please sign in to comment.