mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Lingo: Fix Early Color Hallways painting in pilgrimages (#3645)
This commit is contained in:

committed by
GitHub

parent
b840c3fe1a
commit
9c2933f803
@@ -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.
@@ -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:
|
||||
|
Reference in New Issue
Block a user