From 1979067701c475c0607d6f240362d8489242800e Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 2 May 2024 08:14:30 -0500 Subject: Lingo: Fix broken good item in panelsanity (#3249) --- player_logic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player_logic.py') diff --git a/player_logic.py b/player_logic.py index f7bf1ac..7019269 100644 --- a/player_logic.py +++ b/player_logic.py @@ -278,7 +278,7 @@ class LingoPlayerLogic: "iterations. This is very unlikely to happen on its own, and probably indicates some " "kind of logic error.") - if door_shuffle != ShuffleDoors.option_none and location_classification != LocationClassification.insanity \ + if door_shuffle != ShuffleDoors.option_none and location_checks != LocationChecks.option_insanity \ and not early_color_hallways and world.multiworld.players > 1: # Under the combination of door shuffle, normal location checks, and no early color hallways, sphere 1 is # only three checks. In a multiplayer situation, this can be frustrating for the player because they are -- cgit 1.4.1