diff options
Diffstat (limited to 'options.py')
| -rw-r--r-- | options.py | 2 |
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 | ||
| 35 | class ShuffleColors(Toggle): | 35 | class 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" |
