Fixed issue with logic not correctly placing Blue potion in Dark Lake Shop

This commit is contained in:
codemann8
2021-12-16 16:17:51 -06:00
parent fdbda7a9c1
commit 07a956a3a4

View File

@@ -175,6 +175,7 @@ def main(args, seed=None, fish=None):
for player in range(1, world.players + 1):
link_overworld(world, player)
create_shops(world, player)
update_world_regions(world, player)
create_flute_exits(world, player)