Universal keys don't despawn in shops, and will never get placed in bee shop

This commit is contained in:
2026-06-07 13:21:08 -05:00
parent 5beeea2f83
commit b72a04511b
3 changed files with 3 additions and 3 deletions

View File

@@ -872,7 +872,7 @@ def set_up_shops(world, player):
rss.locked = True
cap_shop = world.get_region('Capacity Upgrade', player).shop
cap_shop.inventory[1] = None # remove arrow capacity upgrades in retro
for shop in random.sample([s for s in world.shops[player] if not s.locked and s.region.player == player], 5):
for shop in random.sample([s for s in world.shops[player] if not s.locked and s.region.name != "Red Shield Shop" and s.region.player == player], 5):
shop.custom = True
shop.locked = True
if retro_bow: