nologic inverted: reachable castle ledge

This commit is contained in:
Bonta-kun 2019-12-28 01:12:45 +01:00
parent 0e3327e0f8
commit 41009c85c7
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ def set_rules(world, player):
if world.shuffle[player] != 'vanilla':
old_rule = world.get_region('Old Man House', player).can_reach
world.get_region('Old Man House', player).can_reach_private = lambda state: state.can_reach('Old Man', 'Location', player) or old_rule(state)
world.get_region('Hyrule Castle Ledge', player).can_reach_private = lambda state: True
return
global_rules(world, player)