From 54b6b3dc05a85a04c43110adc287ac029590ae6c Mon Sep 17 00:00:00 2001 From: codemann8 Date: Tue, 28 Sep 2021 15:29:51 -0500 Subject: [PATCH] Minor entrance formatting and rearrangement --- EntranceShuffle.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/EntranceShuffle.py b/EntranceShuffle.py index 7485a546..99655774 100644 --- a/EntranceShuffle.py +++ b/EntranceShuffle.py @@ -113,10 +113,13 @@ def link_entrances(world, player): links_house = random.choice(links_house_doors) connect_two_way(world, links_house, 'Links House Exit', player) connect_exit(world, 'Chris Houlihan Room Exit', links_house, player) # should always match link's house, except for plandos + if links_house in bomb_shop_doors: bomb_shop_doors.remove(links_house) if links_house in blacksmith_doors: blacksmith_doors.remove(links_house) + if links_house in old_man_entrances: + old_man_entrances.remove(links_house) if invFlag: if links_house in old_man_entrances: