Skip to content

Commit 3590d8a

Browse files
hatkirbyqwint
authored andcommitted
Lingo: Fix broken good item in panelsanity (ArchipelagoMW#3249)
1 parent 7515773 commit 3590d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worlds/lingo/player_logic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def __init__(self, world: "LingoWorld"):
278278
"iterations. This is very unlikely to happen on its own, and probably indicates some "
279279
"kind of logic error.")
280280

281-
if door_shuffle != ShuffleDoors.option_none and location_classification != LocationClassification.insanity \
281+
if door_shuffle != ShuffleDoors.option_none and location_checks != LocationChecks.option_insanity \
282282
and not early_color_hallways and world.multiworld.players > 1:
283283
# Under the combination of door shuffle, normal location checks, and no early color hallways, sphere 1 is
284284
# only three checks. In a multiplayer situation, this can be frustrating for the player because they are

0 commit comments

Comments
 (0)