mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
The Witness: Increase variety of the starting item (#3047)
This commit is contained in:
@@ -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":
|
||||||
|
Reference in New Issue
Block a user