Skip to content

Commit

Permalink
Lingo: Fix broken good item in panelsanity (ArchipelagoMW#3249)
Browse files Browse the repository at this point in the history
  • Loading branch information
hatkirby authored and James Schurig committed Jun 13, 2024
1 parent 105e54a commit b3319aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/lingo/player_logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def __init__(self, world: "LingoWorld"):
"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
Expand Down

0 comments on commit b3319aa

Please sign in to comment.