Update Rules.py

This commit is contained in:
CookieCat
2023-08-31 21:59:51 -04:00
parent d673b87b7e
commit 77ac8a7afb

View File

@@ -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),