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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 4 deletions

View File

@ -154,9 +154,6 @@ 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"}
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.shuffle_discarded_panels: