add kings grave area, waterwalk regions
This commit is contained in:
@@ -5,6 +5,7 @@ Helper functions to deliver entrance/exit/region sets to OWG rules.
|
||||
def get_immediately_accessible_entrances(world, player):
|
||||
'''
|
||||
Entrances that are available with no items at all.
|
||||
|
||||
At this point, these are fake flipper spots.
|
||||
'''
|
||||
entrances = [
|
||||
@@ -108,10 +109,12 @@ def get_boots_clip_exits_lw(inverted = False):
|
||||
'Desert Northern Cliffs',
|
||||
'Lake Hylia Island Clip Spot',
|
||||
'Death Mountain Descent',
|
||||
'Graveyard Ledge Clip Spot',
|
||||
# Also requires a waterwalk setup, but the point still remains.
|
||||
'Waterfall of Wishing',
|
||||
]
|
||||
if not inverted:
|
||||
exits.append('Spectacle Rock Clip Spot')
|
||||
exits.append('Graveyard Ledge Clip Spot')
|
||||
exits.append('Bombos Tablet Clip Spot')
|
||||
exits.append('Floating Island Clip Spot')
|
||||
exits.append('Cave 45 Clip Spot')
|
||||
|
||||
Reference in New Issue
Block a user