From f8bc3359c76894d97e297bf7a7ce37b284cd9453 Mon Sep 17 00:00:00 2001 From: PoryGone <98504756+PoryGone@users.noreply.github.com> Date: Sat, 17 Dec 2022 03:18:23 -0500 Subject: [PATCH] SMW: Adjust Butter Bridge 2 - Dragon Coins logic (#1332) --- worlds/smw/Regions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/smw/Regions.py b/worlds/smw/Regions.py index d37ad00e..052f0f01 100644 --- a/worlds/smw/Regions.py +++ b/worlds/smw/Regions.py @@ -791,7 +791,7 @@ def create_regions(world, player: int, active_locations): lambda state: state.has(ItemName.mario_climb, player)) add_location_to_region(world, player, active_locations, LocationName.butter_bridge_1_region, LocationName.butter_bridge_1_dragon) add_location_to_region(world, player, active_locations, LocationName.butter_bridge_2_region, LocationName.butter_bridge_2_dragon, - lambda state: (state.has(ItemName.yoshi_activate, player) or + lambda state: (state.has(ItemName.mario_run, player) and state.has(ItemName.progressive_powerup, player, 3))) add_location_to_region(world, player, active_locations, LocationName.cheese_bridge_region, LocationName.cheese_bridge_dragon, lambda state: (state.has(ItemName.yoshi_activate, player) or