diff options
Diffstat (limited to 'regions.py')
-rw-r--r-- | regions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regions.py b/regions.py index 9834f04..9773f22 100644 --- a/regions.py +++ b/regions.py | |||
@@ -159,7 +159,7 @@ def create_regions(world: "LingoWorld") -> None: | |||
159 | RoomAndDoor("Pilgrim Antechamber", "Sun Painting"), EntranceType.PAINTING, False, world) | 159 | RoomAndDoor("Pilgrim Antechamber", "Sun Painting"), EntranceType.PAINTING, False, world) |
160 | 160 | ||
161 | if early_color_hallways: | 161 | if early_color_hallways: |
162 | connect_entrance(regions, regions["Starting Room"], regions["Outside The Undeterred"], "Early Color Hallways", | 162 | connect_entrance(regions, regions["Starting Room"], regions["Color Hallways"], "Early Color Hallways", |
163 | None, EntranceType.PAINTING, False, world) | 163 | None, EntranceType.PAINTING, False, world) |
164 | 164 | ||
165 | if painting_shuffle: | 165 | if painting_shuffle: |