Skip to content

Commit

Permalink
Add Skulltula Soul requirement for Shadow Temple huge pit (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
HylianFreddy authored May 10, 2024
1 parent be018aa commit c900b09
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source/location_access/locacc_shadow_temple.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@ void AreaTable_Init_ShadowTemple() {
},
{
// Exits
Entrance(SHADOW_TEMPLE_HUGE_PIT,
{ [] { return HasExplosives && IsAdult && SmallKeys(SHADOW_TEMPLE, 1, 2); } }),
Entrance(SHADOW_TEMPLE_HUGE_PIT, { [] {
return SoulSkulltula && HasExplosives && IsAdult && SmallKeys(SHADOW_TEMPLE, 1, 2);
} }),
Entrance(SHADOW_TEMPLE_BEYOND_BOAT, { [] { return false; },
/*Glitched*/
[] {
Expand Down

0 comments on commit c900b09

Please sign in to comment.