forked from mirror/Archipelago
Lingo: Fix Painting Gen Failures on Panels Mode Door Shuffle (#5199)
Co-authored-by: Exempt-Medic <[email protected]>
This commit is contained in:
co-authored by
Exempt-Medic
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