From d216cb337b3d2f71f1aedb4caf6a8c18b9717d9b Mon Sep 17 00:00:00 2001 From: codemann8 Date: Thu, 30 Mar 2023 22:52:44 -0500 Subject: [PATCH] Adding missing bunny rule for Water D Leave --- Rules.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Rules.py b/Rules.py index 1cb91819..edaa928e 100644 --- a/Rules.py +++ b/Rules.py @@ -1214,6 +1214,7 @@ def ow_bunny_rules(world, player): add_bunny_rule(world.get_entrance('Lake Hylia Northeast Water Drop', player), player) add_bunny_rule(world.get_entrance('Lake Hylia Central Water Drop', player), player) add_bunny_rule(world.get_entrance('Lake Hylia Island Water Drop', player), player) + add_bunny_rule(world.get_entrance('Lake Hylia Water D Leave', player), player) add_bunny_rule(world.get_entrance('Ice Cave SW', player), player) add_bunny_rule(world.get_entrance('Octoballoon Water Drop', player), player) add_bunny_rule(world.get_entrance('Octoballoon Waterfall Water Drop', player), player)