mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
remove pass
This commit is contained in:
@@ -493,9 +493,6 @@ def shuffle_shops(world, items, player: int):
|
||||
# Don't apply to upgrade shops
|
||||
# Upgrade shop is only one place, and will generally be too easy to
|
||||
# replenish hearts and bombs
|
||||
for shop in upgrade_shops:
|
||||
for item in shop.inventory:
|
||||
pass
|
||||
|
||||
if 'i' in option:
|
||||
world.random.shuffle(total_inventory)
|
||||
|
Reference in New Issue
Block a user