Fixed Blue Potion not showing up in Dark Lake Shop in Inverted

This commit is contained in:
codemann8
2021-12-19 19:56:27 -06:00
parent f2600db3f3
commit 7699c1fc63

View File

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