From 97ccf274f86d242b2e12aebafd06fc744c1c06dc Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 13 Feb 2024 19:56:24 -0500 Subject: Lingo: Split up Color Hunt and Champion's Rest (#2745) --- player_logic.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'player_logic.py') diff --git a/player_logic.py b/player_logic.py index f3efc29..d87aa56 100644 --- a/player_logic.py +++ b/player_logic.py @@ -196,9 +196,8 @@ class LingoPlayerLogic: ["Orange Tower Fourth Floor", "Hot Crusts Door"], ["Outside The Initiated", "Shortcut to Hub Room"], ["Orange Tower First Floor", "Shortcut to Hub Room"], ["Directional Gallery", "Shortcut to The Undeterred"], ["Orange Tower First Floor", "Salt Pepper Door"], ["Hub Room", "Crossroads Entrance"], - ["Champion's Rest", "Shortcut to The Steady"], ["The Bearer", "Shortcut to The Bold"], - ["Art Gallery", "Exit"], ["The Tenacious", "Shortcut to Hub Room"], - ["Outside The Agreeable", "Tenacious Entrance"] + ["Color Hunt", "Shortcut to The Steady"], ["The Bearer", "Shortcut to The Bold"], ["Art Gallery", "Exit"], + ["The Tenacious", "Shortcut to Hub Room"], ["Outside The Agreeable", "Tenacious Entrance"] ] pilgrimage_reqs = AccessRequirements() for door in fake_pilgrimage: -- cgit 1.4.1