diff options
Diffstat (limited to 'player_logic.py')
-rw-r--r-- | player_logic.py | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
278 | "iterations. This is very unlikely to happen on its own, and probably indicates some " | 278 | "iterations. This is very unlikely to happen on its own, and probably indicates some " |
279 | "kind of logic error.") | 279 | "kind of logic error.") |
280 | 280 | ||
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 \ |
282 | and not early_color_hallways and world.multiworld.players > 1: | 282 | and not early_color_hallways and world.multiworld.players > 1: |
283 | # Under the combination of door shuffle, normal location checks, and no early color hallways, sphere 1 is | 283 | # Under the combination of door shuffle, normal location checks, and no early color hallways, sphere 1 is |
284 | # only three checks. In a multiplayer situation, this can be frustrating for the player because they are | 284 | # only three checks. In a multiplayer situation, this can be frustrating for the player because they are |