diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-02-13 19:56:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-14 01:56:24 +0100 |
commit | 97ccf274f86d242b2e12aebafd06fc744c1c06dc (patch) | |
tree | 352dedc11d6b08fbb224fc29cf0ccae61c6a2cab /player_logic.py | |
parent | f0e900f192b611250490f1fe7c2d8483a1dab755 (diff) | |
download | lingo-apworld-97ccf274f86d242b2e12aebafd06fc744c1c06dc.tar.gz lingo-apworld-97ccf274f86d242b2e12aebafd06fc744c1c06dc.tar.bz2 lingo-apworld-97ccf274f86d242b2e12aebafd06fc744c1c06dc.zip |
Lingo: Split up Color Hunt and Champion's Rest (#2745)
Diffstat (limited to 'player_logic.py')
-rw-r--r-- | player_logic.py | 5 |
1 files changed, 2 insertions, 3 deletions
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: | |||
196 | ["Orange Tower Fourth Floor", "Hot Crusts Door"], ["Outside The Initiated", "Shortcut to Hub Room"], | 196 | ["Orange Tower Fourth Floor", "Hot Crusts Door"], ["Outside The Initiated", "Shortcut to Hub Room"], |
197 | ["Orange Tower First Floor", "Shortcut to Hub Room"], ["Directional Gallery", "Shortcut to The Undeterred"], | 197 | ["Orange Tower First Floor", "Shortcut to Hub Room"], ["Directional Gallery", "Shortcut to The Undeterred"], |
198 | ["Orange Tower First Floor", "Salt Pepper Door"], ["Hub Room", "Crossroads Entrance"], | 198 | ["Orange Tower First Floor", "Salt Pepper Door"], ["Hub Room", "Crossroads Entrance"], |
199 | ["Champion's Rest", "Shortcut to The Steady"], ["The Bearer", "Shortcut to The Bold"], | 199 | ["Color Hunt", "Shortcut to The Steady"], ["The Bearer", "Shortcut to The Bold"], ["Art Gallery", "Exit"], |
200 | ["Art Gallery", "Exit"], ["The Tenacious", "Shortcut to Hub Room"], | 200 | ["The Tenacious", "Shortcut to Hub Room"], ["Outside The Agreeable", "Tenacious Entrance"] |
201 | ["Outside The Agreeable", "Tenacious Entrance"] | ||
202 | ] | 201 | ] |
203 | pilgrimage_reqs = AccessRequirements() | 202 | pilgrimage_reqs = AccessRequirements() |
204 | for door in fake_pilgrimage: | 203 | for door in fake_pilgrimage: |