diff --git a/Regions.py b/Regions.py index 8f8ee418..f1d372cf 100644 --- a/Regions.py +++ b/Regions.py @@ -1125,6 +1125,7 @@ def create_shops(world, player): if (0x35 not in world.owswaps[player][0] and region_name == 'Dark Lake Hylia Shop') \ or (0x35 in world.owswaps[player][0] and region_name == 'Cave Shop (Lake Hylia)'): locked = True + custom = True inventory = [('Blue Potion', 160), ('Blue Shield', 50), ('Bombs (10)', 50)] region = world.get_region(region_name, player) shop = Shop(region, room_id, type, shopkeeper, custom, locked, sram)