Fixed a generation bug

Add ganonhunt to pyramid open
This commit is contained in:
aerinon
2023-07-27 13:45:44 -06:00
parent b6275d0688
commit 8d17d95640
3 changed files with 13 additions and 12 deletions

View File

@@ -283,7 +283,7 @@ class World(object):
else:
if self.shuffle[player] not in ['vanilla', 'dungeonssimple', 'dungeonsfull']:
return False
elif self.goal[player] in ['crystals', 'trinity']:
elif self.goal[player] in ['crystals', 'trinity', 'ganonhunt']:
return True
else:
return False