Skip to content

Commit

Permalink
Update randomizer_powerup.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
dyceron authored Sep 23, 2023
1 parent a797ad1 commit a14cd71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions open_samus_returns_rando/files/randomizer_powerup.lua
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ function RandomizerPowerup.IncreaseAmmo(resource)
RandomizerPowerup.IncreaseItemAmount(current_id, resource.quantity, resource.item_id)
end

-- TODO: What's the max energy?
MAX_ENERGY= 1099
function RandomizerPowerup.IncreaseEnergy()
local energy = Init.fEnergyPerTank
Expand All @@ -140,7 +139,6 @@ function RandomizerPowerup.IncreaseEnergy()
life.fCurrentLife = new_max
end

-- TODO: What's the max aeion?
MAX_AEION= 2200
function RandomizerPowerup.IncreaseAeion()
local aeion = Init.fAeionPerTank
Expand Down

0 comments on commit a14cd71

Please sign in to comment.