simple inverted: update old_man_entrances after links house shuffle

This commit is contained in:
Bonta-kun 2019-12-28 01:10:52 +01:00
parent 819f6dc975
commit 7ccab4bf44
1 changed files with 2 additions and 0 deletions

View File

@ -1191,6 +1191,8 @@ def link_inverted_entrances(world, player):
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)
# place dark sanc
sanc_doors = [door for door in Inverted_Dark_Sanctuary_Doors if door in bomb_shop_doors]