From 07a956a3a4d6fc56213244bd70239c07b3820943 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Thu, 16 Dec 2021 16:17:51 -0600 Subject: [PATCH] Fixed issue with logic not correctly placing Blue potion in Dark Lake Shop --- Main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Main.py b/Main.py index 2ef4ccc6..a4dc5d68 100644 --- a/Main.py +++ b/Main.py @@ -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)