We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20acc81 + 156089e commit c2ecc07Copy full SHA for c2ecc07
1 file changed
logic/Hints.cpp
@@ -42,7 +42,7 @@ static HintError calculatePossiblePathLocations(WorldPool& worlds)
42
43
for (auto& [name, location] : world.locationTable)
44
{
45
- if (!location->progression)
+ if (!location->progression && !location->categories.contains(LocationCategory::BlueChuChu))
46
47
nonRequiredLocations.insert({location.get(), location->currentItem});
48
location->currentItem = {GameItem::INVALID, location->world};
0 commit comments