From 77ac8a7afbe04677364c0c17c3cb4bb1694ed9c3 Mon Sep 17 00:00:00 2001 From: CookieCat Date: Thu, 31 Aug 2023 21:59:51 -0400 Subject: [PATCH] Update Rules.py --- worlds/ahit/Rules.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/ahit/Rules.py b/worlds/ahit/Rules.py index b1b629b112..b6628e16e6 100644 --- a/worlds/ahit/Rules.py +++ b/worlds/ahit/Rules.py @@ -448,7 +448,7 @@ def set_expert_rules(world: World): # Expert: enter and clear The Subcon Well with No Bonk Badge only for loc in world.multiworld.get_region("The Subcon Well", world.player).locations: - add_rule(loc, lambda state: can_surf(state, world) and has_paintings(state, world, 1), "or") + add_rule(loc, lambda state: can_surf(state, world), "or") # Expert: Cherry Hovering connect_regions(world.multiworld.get_region("Your Contract has Expired", world.player),