From fbb220ce85f20545a6896a970ddc3e6b685a4a91 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Mon, 13 Sep 2021 02:51:59 +0200 Subject: [PATCH] remove pass --- worlds/alttp/Shops.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/worlds/alttp/Shops.py b/worlds/alttp/Shops.py index b4dca40c..74e18089 100644 --- a/worlds/alttp/Shops.py +++ b/worlds/alttp/Shops.py @@ -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)