mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
Lingo: Fix Painting Gen Failures on Panels Mode Door Shuffle (#5199)
Co-authored-by: Exempt-Medic <60412657+Exempt-Medic@users.noreply.github.com>
This commit is contained in:

committed by
GitHub

parent
1923d6b1bc
commit
e38d04c655
@@ -394,7 +394,7 @@ class LingoPlayerLogic:
|
||||
or painting.room in required_painting_rooms:
|
||||
return False
|
||||
|
||||
if world.options.shuffle_doors == ShuffleDoors.option_none:
|
||||
if world.options.shuffle_doors != ShuffleDoors.option_doors:
|
||||
if painting.req_blocked_when_no_doors:
|
||||
return False
|
||||
|
||||
|
Reference in New Issue
Block a user