diff options
| author | xxAtrain223 <xxAtrain223@users.noreply.github.com> | 2025-05-17 19:30:01 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-17 17:30:01 -0700 |
| commit | 66351fa4e4b23711bc80fd9fe3e00c2a05fbdb11 (patch) | |
| tree | 0dc4c4f3ea787103eec107f5fc1074b3b9f12757 | |
| parent | 9cb65308584bb863d00c016d77210057905ea47a (diff) | |
Remove freestanding key from Bottom of the Well Perimeter. (#5496)
| -rw-r--r-- | soh/soh/Enhancements/randomizer/location_access/dungeons/bottom_of_the_well.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/soh/soh/Enhancements/randomizer/location_access/dungeons/bottom_of_the_well.cpp b/soh/soh/Enhancements/randomizer/location_access/dungeons/bottom_of_the_well.cpp index 44c3fa817..8a8393ba1 100644 --- a/soh/soh/Enhancements/randomizer/location_access/dungeons/bottom_of_the_well.cpp +++ b/soh/soh/Enhancements/randomizer/location_access/dungeons/bottom_of_the_well.cpp @@ -25,7 +25,6 @@ void RegionTable_Init_BottomOfTheWell() { }, { //Locations LOCATION(RC_BOTTOM_OF_THE_WELL_FRONT_CENTER_BOMBABLE_CHEST, logic->HasExplosives()), - LOCATION(RC_BOTTOM_OF_THE_WELL_FREESTANDING_KEY, (logic->HasItem(RG_BRONZE_SCALE) || logic->LoweredWaterInsideBotw) && logic->CanUse(RG_STICKS) || logic->CanUse(RG_DINS_FIRE)), LOCATION(RC_BOTTOM_OF_THE_WELL_UNDERWATER_FRONT_CHEST, logic->LoweredWaterInsideBotw), LOCATION(RC_BOTTOM_OF_THE_WELL_UNDERWATER_LEFT_CHEST, logic->LoweredWaterInsideBotw), LOCATION(RC_BOTTOM_OF_THE_WELL_NEAR_ENTRANCE_POT_1, logic->CanBreakPots()), |
