diff options
| author | Adam Bird <Archez@users.noreply.github.com> | 2023-02-19 17:37:03 -0500 |
|---|---|---|
| committer | David Chavez <david@dcvz.io> | 2023-02-23 08:47:13 +0100 |
| commit | ffbaef7823a4e6ff68986e596303c33fb6bb6a3a (patch) | |
| tree | d27ef39fad502771d1c4da8da12f9fe8a8751ee1 | |
| parent | 656e593a676da326df180239691a1f4a89561fd3 (diff) | |
fix incorrect hint key for child spawn location (#2507)
| -rw-r--r-- | soh/soh/Enhancements/randomizer/3drando/location_access.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soh/soh/Enhancements/randomizer/3drando/location_access.cpp b/soh/soh/Enhancements/randomizer/3drando/location_access.cpp index cefa5229f..c7957be00 100644 --- a/soh/soh/Enhancements/randomizer/3drando/location_access.cpp +++ b/soh/soh/Enhancements/randomizer/3drando/location_access.cpp @@ -286,7 +286,7 @@ void AreaTable_Init() { ((Bugs || Fish) && CanShield && CanDoGlitch(GlitchType::QPA, GlitchDifficulty::ADVANCED)) || ((Bugs || Fish) && (IsAdult || KokiriSword || Sticks || Bombs || HasBombchus || Boomerang || Slingshot || CanUse(MEGATON_HAMMER)) && CanShield && CanDoGlitch(GlitchType::ActionSwap, GlitchDifficulty::NOVICE)))) && PreludeOfLight && CanLeaveForest;}}), }); - areaTable[CHILD_SPAWN] = Area("Child Spawn", "", TEMPLE_OF_TIME, NO_DAY_NIGHT_CYCLE, {}, {}, { + areaTable[CHILD_SPAWN] = Area("Child Spawn", "", NONE, NO_DAY_NIGHT_CYCLE, {}, {}, { //Exits Entrance(KF_LINKS_HOUSE, {[]{return true;}}), }); |
