Fix Waterfall of Wishing connection not requiring flippers

This commit is contained in:
cassidoxa
2022-11-24 20:01:17 -05:00
parent 1b8592b500
commit ba4eff1692
4 changed files with 10 additions and 3 deletions

View File

@@ -601,6 +601,9 @@ def inverted_rules(world, player):
set_rule(world.get_entrance('Laser Bridge Mirror Spot', player), lambda state: state.has_Mirror(player))
set_rule(world.get_entrance('Superbunny Cave Exit (Bottom)', player), lambda state: False) # Cannot get to bottom exit from top. Just exists for shuffling
set_rule(world.get_entrance('Waterfall Stoop', player), lambda state: state.has('Flippers', player))
set_rule(world.get_entrance('Northeast Light World', player), lambda state: state.has('Flippers', player))
set_rule(world.get_location('Spike Cave', player), lambda state:
state.has('Hammer', player) and state.can_lift_rocks(player) and
((state.has('Cape', player) and state.can_extend_magic(player, 16, True)) or