Skip to content

Commit

Permalink
Hungry Goron Requirements Update
Browse files Browse the repository at this point in the history
  • Loading branch information
RandoZLink authored Mar 13, 2024
1 parent b760c39 commit b74dbbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/location_access.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ void AreaTable_Init() {
},
{
//Locations
LocationAccess(ROAD_TO_SS_TREE, {[] {return (DekuMask && MagicMeter) || Bow || Hookshot || ZoraMask));}}),//something to kill the dragonfly
LocationAccess(ROAD_TO_SS_TREE, {[] {return (DekuMask && MagicMeter) || Bow || Hookshot || ZoraMask;}}),//something to kill the dragonfly
LocationAccess(TINGLE_ROAD_TO_SS_WF, {[]{return (DekuMask && MagicMeter) || Bow || Hookshot || ZoraMask;}}),
LocationAccess(TINGLE_ROAD_TO_SS_SH, {[]{return (DekuMask && MagicMeter) || Bow || Hookshot || ZoraMask;}}),
//Gossip Stones
Expand Down Expand Up @@ -1029,7 +1029,7 @@ void AreaTable_Init() {
{
//Locations
LocationAccess(MOUNTAIN_VILLAGE_FROG_CHOIR, {[] {return SnowheadClear && LaundryFrog && SwampFrog && WoodfallFrog && GreatBayFrog && DonGerosMask;}}),
LocationAccess(MOUNTAIN_VILLAGE_HUNGRY_GORON, {[] {return GoronMask && MagicMeter;}}),
LocationAccess(MOUNTAIN_VILLAGE_HUNGRY_GORON, {[] {return (GoronMask && MagicMeter) && (HasFireSource || (LullabyIntro && HasFireSourceWithTorch));}}),
LocationAccess(MOUNTAIN_WATERFALL_CHEST, {[] {return SnowheadClear && LensOfTruth && MagicMeter;}}),
LocationAccess(MOUNTAIN_VILLAGE_KEATON_QUIZ, {[]{return SnowheadClear && KeatonMask && AnySword;}}),
//Gossip Stones
Expand Down

0 comments on commit b74dbbb

Please sign in to comment.