From 1faaa0d9419c95f7a7f8afa31ff093d68aff7157 Mon Sep 17 00:00:00 2001 From: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com> Date: Thu, 18 Apr 2024 18:49:15 +0200 Subject: [PATCH] The Witness: Increase variety of the starting item (#3047) --- worlds/witness/player_items.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/worlds/witness/player_items.py b/worlds/witness/player_items.py index 925b21ae..627e5acc 100644 --- a/worlds/witness/player_items.py +++ b/worlds/witness/player_items.py @@ -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":