The Witness: Increase variety of the starting item (#3047)

This commit is contained in:
NewSoupVi
2024-04-18 18:49:15 +02:00
committed by GitHub
parent fec533b65e
commit 1faaa0d941

View File

@@ -154,10 +154,7 @@ class WitnessPlayerItems:
"""
output: Set[str] = set()
if self._world.options.shuffle_symbols:
if self._world.options.shuffle_doors:
output = {"Dots", "Black/White Squares", "Symmetry"}
else:
output = {"Dots", "Black/White Squares", "Symmetry", "Shapers", "Stars"}
output = {"Dots", "Black/White Squares", "Symmetry", "Shapers", "Stars"}
if self._world.options.shuffle_discarded_panels:
if self._world.options.puzzle_randomization == "sigma_expert":