From 77b366d093e007b47e7782389339a6602c904489 Mon Sep 17 00:00:00 2001 From: qadan Date: Wed, 19 Feb 2020 21:09:38 -0400 Subject: [PATCH] what's that doing there --- Rules.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Rules.py b/Rules.py index 8fcd00d6..530ca47b 100644 --- a/Rules.py +++ b/Rules.py @@ -985,7 +985,6 @@ def overworld_glitches_rules(world, player): set_rule(world.get_entrance(clip_spot, player), lambda state: state.has_Mirror(player)) # Locations that you can superbunny mirror into, but need a sword to clear. - mini_moldorm_cave = world.get_region('Mini Moldorm Cave', player) for superbunny_mirror_weapon_region in OWGSets.get_sword_required_superbunny_mirror_regions(): region = world.get_region(superbunny_mirror_weapon_region, player) if check_is_dark_world(region):