Skip to content

Commit

Permalink
I actually like this better now, so I'm doing it as default
Browse files Browse the repository at this point in the history
  • Loading branch information
NewSoupVi authored Oct 18, 2024
1 parent afedaab commit d622f2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion worlds/witness/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class SecondStageSymbolsActIndependently(OptionSet):
- "Full Dots": "Full Dots" unlocks Full Dots panels even if you don't have "Dots". "Dots" is renamed to "Sparse Dots".
- "Stars + Same Colored Symbol": "Stars + Same Colored Symbol" unlocks Stars + Same Colored Symbol panels even if you don't have "Stars". "Stars" is renamed to "Simlpe Stars".
- "Colored Dots": Removes the Symmetry requirement from the Symmetry Laser panel sets so that Colored Dots can unlock something on their own.
- "Colored Dots": Removes the Symmetry requirement from the Symmetry Laser panel sets so that Colored Dots can unlock something on their own. This is on by default.
Rotated Shapers always act independently from Shapers. The ability to make them dependent on Shapers by omitting them in this option may be added in the future.
"""
Expand All @@ -107,6 +107,8 @@ class SecondStageSymbolsActIndependently(OptionSet):
"Colored Dots",
}

default = frozenset({"Colored Dots"})

visibility = Visibility.template | Visibility.complex_ui


Expand Down

0 comments on commit d622f2c

Please sign in to comment.