diff --git a/Rules.py b/Rules.py index cb943648..5aa9d9a6 100644 --- a/Rules.py +++ b/Rules.py @@ -1325,6 +1325,7 @@ def ow_bunny_rules(world, player): add_bunny_rule(world.get_entrance('Ice Lake Northeast Water Drop', player), player) add_bunny_rule(world.get_entrance('Ice Lake Southwest Water Drop', player), player) add_bunny_rule(world.get_entrance('Ice Lake Southeast Water Drop', player), player) + add_bunny_rule(world.get_entrance('Ice Lake Moat Water Entry', player), player) add_bunny_rule(world.get_entrance('Shopping Mall SW', player), player) add_bunny_rule(world.get_entrance('Bomber Corner Water Drop', player), player) add_bunny_rule(world.get_entrance('Bomber Corner Waterfall Water Drop', player), player)