From e03fa2f542b48cd94140ec50f371c0cd2197b54f Mon Sep 17 00:00:00 2001 From: codemann8 Date: Fri, 27 Aug 2021 18:30:36 -0500 Subject: [PATCH] Fixed missing flipper rule for IP Leave --- Rules.py | 1 + 1 file changed, 1 insertion(+) 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)