mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Lingo: Disable forced good item when early color hallways is on (#2729)
This commit is contained in:

committed by
GitHub

parent
3a588099bd
commit
5df7a8f686
@@ -224,7 +224,7 @@ class LingoPlayerLogic:
|
|||||||
"kind of logic error.")
|
"kind of logic error.")
|
||||||
|
|
||||||
if door_shuffle != ShuffleDoors.option_none and location_classification != LocationClassification.insanity \
|
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,
|
# 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
|
# 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
|
# now. We only allow the entrance to the Pilgrim Room if color shuffle is off, because otherwise there are
|
||||||
|
Reference in New Issue
Block a user