The Witness: Increase variety of the starting item (#3047)
This commit is contained in:
parent
fec533b65e
commit
1faaa0d941
|
@ -154,10 +154,7 @@ class WitnessPlayerItems:
|
||||||
"""
|
"""
|
||||||
output: Set[str] = set()
|
output: Set[str] = set()
|
||||||
if self._world.options.shuffle_symbols:
|
if self._world.options.shuffle_symbols:
|
||||||
if self._world.options.shuffle_doors:
|
output = {"Dots", "Black/White Squares", "Symmetry", "Shapers", "Stars"}
|
||||||
output = {"Dots", "Black/White Squares", "Symmetry"}
|
|
||||||
else:
|
|
||||||
output = {"Dots", "Black/White Squares", "Symmetry", "Shapers", "Stars"}
|
|
||||||
|
|
||||||
if self._world.options.shuffle_discarded_panels:
|
if self._world.options.shuffle_discarded_panels:
|
||||||
if self._world.options.puzzle_randomization == "sigma_expert":
|
if self._world.options.puzzle_randomization == "sigma_expert":
|
||||||
|
|
Loading…
Reference in New Issue