Skip to content

Commit

Permalink
Update location_access.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
RandoZLink authored Mar 6, 2024
1 parent 21f9088 commit d7aefc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/location_access.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2295,7 +2295,7 @@ void AreaTable_Init() {
},
{
//Locations
LocationAccess(SNOWHEAD_TEMPLE_ICICLE_ROOM_CHEST, {[] {return Bow || ZoraMask && (GoronMask || FireArrows && MagicMeter || AnyBombBag;}}), //Either shoot the icicles down or climb up as Zora and break snow boulder
LocationAccess(SNOWHEAD_TEMPLE_ICICLE_ROOM_CHEST, {[] {return Bow || ZoraMask && (GoronMask || (Bow && FireArrows && MagicMeter) || AnyBombBag;}}), //Either shoot the icicles down or climb up as Zora and break snow boulder
LocationAccess(SH_SF_ICICLE_ROOM_WALL, {[] {return Bow && GreatFairyMask && LensOfTruth && MagicMeter;}}),
},
{
Expand Down

0 comments on commit d7aefc0

Please sign in to comment.