diff options
Diffstat (limited to '__init__.py')
-rw-r--r-- | __init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/__init__.py b/__init__.py index a1b8b7c..9853be7 100644 --- a/__init__.py +++ b/__init__.py | |||
@@ -170,7 +170,8 @@ class LingoWorld(World): | |||
170 | slot_options = [ | 170 | slot_options = [ |
171 | "death_link", "victory_condition", "shuffle_colors", "shuffle_doors", "shuffle_paintings", "shuffle_panels", | 171 | "death_link", "victory_condition", "shuffle_colors", "shuffle_doors", "shuffle_paintings", "shuffle_panels", |
172 | "enable_pilgrimage", "sunwarp_access", "mastery_achievements", "level_2_requirement", "location_checks", | 172 | "enable_pilgrimage", "sunwarp_access", "mastery_achievements", "level_2_requirement", "location_checks", |
173 | "early_color_hallways", "pilgrimage_allows_roof_access", "pilgrimage_allows_paintings", "shuffle_sunwarps" | 173 | "early_color_hallways", "pilgrimage_allows_roof_access", "pilgrimage_allows_paintings", "shuffle_sunwarps", |
174 | "group_doors" | ||
174 | ] | 175 | ] |
175 | 176 | ||
176 | slot_data = { | 177 | slot_data = { |