mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
The Witness: Fix Expert PP2 Access Logic
This commit is contained in:
@@ -124,12 +124,14 @@ class WitnessLogic(LogicMixin):
|
||||
)
|
||||
)
|
||||
|
||||
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 = (
|
||||
|
Reference in New Issue
Block a user