The Witness: Fix Expert PP2 Access Logic
This commit is contained in:
parent
111c3186bd
commit
e641c3ca1b
|
@ -123,13 +123,15 @@ class WitnessLogic(LogicMixin):
|
|||
or hedge_access
|
||||
)
|
||||
)
|
||||
|
||||
shadows_shortcut = (
|
||||
self.can_reach("Main Island", "Region", player)
|
||||
and self.can_reach("Keep 4th Pressure Plate to Shadows", "Entrance", player)
|
||||
)
|
||||
|
||||
backwards_access = (
|
||||
self.can_reach("Keep 3rd Pressure Plate to Keep 4th Pressure Plate", "Entrance", player)
|
||||
and backwards_to_fourth
|
||||
|
||||
or self.can_reach("Main Island", "Region", player)
|
||||
and self.can_reach("Keep 4th Pressure Plate to Shadows", "Entrance", player)
|
||||
and (backwards_to_fourth or shadows_shortcut)
|
||||
)
|
||||
|
||||
front_access = (
|
||||
|
|
Loading…
Reference in New Issue