Lingo: Fix Early Color Hallways painting in pilgrimages (#3645)

This commit is contained in:
Star Rauchenberger 2024-07-22 18:45:49 -04:00 committed by GitHub
parent b840c3fe1a
commit 9c2933f803
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 2 deletions

View File

@ -3265,7 +3265,6 @@
door: Traveled Entrance
Color Hallways:
door: Color Hallways Entrance
warp: True
panels:
Achievement:
id: Countdown Panels/Panel_traveled_traveled

Binary file not shown.

View File

@ -159,7 +159,7 @@ def create_regions(world: "LingoWorld") -> None:
RoomAndDoor("Pilgrim Antechamber", "Sun Painting"), EntranceType.PAINTING, False, world)
if early_color_hallways:
connect_entrance(regions, regions["Starting Room"], regions["Outside The Undeterred"], "Early Color Hallways",
connect_entrance(regions, regions["Starting Room"], regions["Color Hallways"], "Early Color Hallways",
None, EntranceType.PAINTING, False, world)
if painting_shuffle: