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,9 +154,6 @@ 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"}
|
||||
|
||||
if self._world.options.shuffle_discarded_panels:
|
||||
|
Reference in New Issue
Block a user