Skip to content

Commit

Permalink
The Messenger: Fix missing rules for Double Swing Saws
Browse files Browse the repository at this point in the history
  • Loading branch information
alwaysintreble committed Jun 18, 2024
1 parent b6191ff commit ee2d777
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions worlds/messenger/rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ def __init__(self, world: "MessengerWorld") -> None:
self.is_aerobatic,
"Autumn Hills Seal - Trip Saws":
self.has_wingsuit,
"Autumn Hills Seal - Double Swing Saws":
self.has_vertical,
# forlorn temple
"Forlorn Temple Seal - Rocket Maze":
self.has_vertical,
Expand Down Expand Up @@ -377,6 +379,9 @@ def __init__(self, world: "MessengerWorld") -> None:
self.has_dart,
"Autumn Hills - Climbing Claws Shop -> Autumn Hills - Key of Hope Checkpoint":
self.true, # super easy normal clip - also possible with moderately difficult cloud stepping
"Autumn Hills Seal - Double Swing Saws":
lambda state: self.has_vertical(state) or self.has_windmill(state) or
self.can_destroy_projectiles(state),
# Howling Grotto
"Howling Grotto - Portal -> Howling Grotto - Crushing Pits Shop":
self.true,
Expand Down

0 comments on commit ee2d777

Please sign in to comment.