Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 15, 2024
1 parent cf33760 commit a589838
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 a589838

Please sign in to comment.