Skip to content

Commit

Permalink
Merge branch 'Cheat-table-update' of https://github.com/Avasam/ptle-t…
Browse files Browse the repository at this point in the history
…ools into Cheat-table-update
  • Loading branch information
Avasam committed Apr 16, 2024
2 parents 1691eb7 + a589838 commit 4f9b7d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dolphin scripts/Entrance Randomizer/lib/shaman_shop.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,7 @@ def randomize_shaman_shop():
_shaman_shop_prices_string = f"Shaman Shop: {array_repr} total {array_sum}"
print(_shaman_shop_prices_string)

max_health = _shaman_shop_prices[:5]
max_health.sort()
max_health = sorted(_shaman_shop_prices[:5])
_shaman_shop_prices[:5] = max_health

max_canteen = _shaman_shop_prices[5:10]
Expand Down

0 comments on commit 4f9b7d5

Please sign in to comment.