From c677a875f2a124bd0930467b2952e0587d24839b Mon Sep 17 00:00:00 2001 From: qadan Date: Thu, 9 Jan 2020 14:43:21 -0500 Subject: [PATCH] accidentally another thing --- Rules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rules.py b/Rules.py index 4f5f4a10..5c2a7e72 100644 --- a/Rules.py +++ b/Rules.py @@ -860,7 +860,7 @@ def overworld_glitches_rules(world, player): 'Tower of Hera', ] # also, you can do mini moldorm cave and spiral cave - but you need a sword - superbunny_mirror_sword = lambda state: state.has_Mirror(player) and state.has_sword(player) + superbunny_mirror_sword = lambda state: state.has_Boots(player) and state.has_Mirror(player) and state.has_sword(player) mini_moldorm_cave = world.get_region('Mini Moldorm Cave', player) if check_is_dark_world(mini_moldorm_cave): for spot in mini_moldorm_cave.locations: