Minor entrance formatting and rearrangement

This commit is contained in:
codemann8
2021-09-28 15:29:51 -05:00
parent dd1ec0ce52
commit 54b6b3dc05

View File

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