remove pass

This commit is contained in:
Fabian Dill
2021-09-13 02:51:59 +02:00
parent 0c57d35402
commit fbb220ce85

View File

@@ -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)