summary refs log tree commit diff stats
path: root/options.py
diff options
context:
space:
mode:
Diffstat (limited to 'options.py')
-rw-r--r--options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.py b/options.py index fc9ddee..c002086 100644 --- a/options.py +++ b/options.py
@@ -32,7 +32,7 @@ class LocationChecks(Choice):
32 option_insanity = 2 32 option_insanity = 2
33 33
34 34
35class ShuffleColors(Toggle): 35class ShuffleColors(DefaultOnToggle):
36 """If on, an item is added to the pool for every puzzle color (besides White). 36 """If on, an item is added to the pool for every puzzle color (besides White).
37 You will need to unlock the requisite colors in order to be able to solve puzzles of that color.""" 37 You will need to unlock the requisite colors in order to be able to solve puzzles of that color."""
38 display_name = "Shuffle Colors" 38 display_name = "Shuffle Colors"