remove pass
This commit is contained in:
parent
0c57d35402
commit
fbb220ce85
|
@ -493,9 +493,6 @@ def shuffle_shops(world, items, player: int):
|
||||||
# Don't apply to upgrade shops
|
# Don't apply to upgrade shops
|
||||||
# Upgrade shop is only one place, and will generally be too easy to
|
# Upgrade shop is only one place, and will generally be too easy to
|
||||||
# replenish hearts and bombs
|
# replenish hearts and bombs
|
||||||
for shop in upgrade_shops:
|
|
||||||
for item in shop.inventory:
|
|
||||||
pass
|
|
||||||
|
|
||||||
if 'i' in option:
|
if 'i' in option:
|
||||||
world.random.shuffle(total_inventory)
|
world.random.shuffle(total_inventory)
|
||||||
|
|
Loading…
Reference in New Issue