We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5360ce6 + 53b3fe2 commit 8b74879Copy full SHA for 8b74879
randomizer/Settings.py
@@ -1744,7 +1744,7 @@ def resolve_settings(self):
1744
phases = phases[: self.krool_phase_count]
1745
if phases[-1] == Maps.GalleonBoss:
1746
# Pufftoss can't be last. Pick something else
1747
- phases[-1] == self.random.choice([x for x in possible_phases if x not in phases])
+ phases[-1] = self.random.choice([x for x in possible_phases if x not in phases])
1748
# Plandomized K. Rool algorithm
1749
if self.enable_plandomizer:
1750
planned_phases = []
0 commit comments