The Messenger: Fix missing rules for Double Swing Saws (#3562)

* The Messenger: Fix missing rules for Double Swing Saws

* i put it in the wrong dictionary

* remove unnecessary call
This commit is contained in:
Aaron Wagener 2024-06-19 09:20:47 -05:00 committed by GitHub
parent 903a0bab1a
commit f515a085db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -231,6 +231,8 @@ class MessengerRules:
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,
@ -430,6 +432,8 @@ class MessengerHardRules(MessengerRules):
{
"Autumn Hills Seal - Spike Ball Darts":
lambda state: self.has_vertical(state) and self.has_windmill(state) or self.is_aerobatic(state),
"Autumn Hills Seal - Double Swing Saws":
lambda state: self.has_vertical(state) or self.can_destroy_projectiles(state),
"Bamboo Creek - Claustro":
self.has_wingsuit,
"Bamboo Creek Seal - Spike Ball Pits":