From 2ae583308c4c4fc4a5adacdc458861fa6488037b Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 16 Jan 2024 09:10:59 -0500 Subject: Lingo: Disable forced good item when early color hallways is on (#2729) --- player_logic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/player_logic.py b/player_logic.py index 57bcc4b..f3efc29 100644 --- a/player_logic.py +++ b/player_logic.py @@ -224,7 +224,7 @@ class LingoPlayerLogic: "kind of logic error.") if door_shuffle != ShuffleDoors.option_none and location_classification != LocationClassification.insanity \ - and not early_color_hallways is False: + and not early_color_hallways: # If shuffle doors is on, force a useful item onto the HI panel. This may not necessarily get you out of BK, # but the goal is to allow you to reach at least one more check. The non-painting ones are hardcoded right # now. We only allow the entrance to the Pilgrim Room if color shuffle is off, because otherwise there are -- cgit 1.4.1