[Feature] Entrance Rando v2 (#2071)

This commit is contained in:
Adam Bird
2022-12-06 18:37:50 -05:00
committed by GitHub
parent 598cac725e
commit d9f3844b2d
36 changed files with 1599 additions and 536 deletions

View File

@@ -296,7 +296,7 @@ std::vector<uint32_t> GetAccessibleLocations(const std::vector<uint32_t>& allowe
entranceSphere.push_back(&exit);
exit.AddToPool();
// Don't list a coupled entrance from both directions
if (exit.GetReplacement()->GetReverse() != nullptr /*&& !DecoupleEntrances*/) {
if (exit.GetReplacement()->GetReverse() != nullptr && !Settings::DecoupleEntrances) {
exit.GetReplacement()->GetReverse()->AddToPool();
}
}