Added Old Man escorting to pathing logic

Removing mirror portal re-entry
This commit is contained in:
codemann8
2022-11-07 16:55:26 -06:00
parent 026bb642c6
commit af6468961e

View File

@@ -1547,7 +1547,7 @@ class Entrance(object):
multi_step_locations = { 'Pyramid Crack': ('Big Bomb', True, True, False, True),
'Missing Smith': ('Frog', True, False, True, True),
'Middle Aged Man': ('Dark Blacksmith Ruins', True, False, True, True),
'Old Man Drop Off': ('Lost Old Man', True, False, False, True),
'Old Man Drop Off': ('Lost Old Man', True, False, False, False),
#'Revealing Light': ('Suspicious Maiden', False, False, False, False) }
}