summary refs log tree commit diff stats
path: root/player_logic.py
diff options
context:
space:
mode:
Diffstat (limited to 'player_logic.py')
-rw-r--r--player_logic.py5
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: