From 2e7603dc95b8f6ed34de90d7b6deb6388c541a64 Mon Sep 17 00:00:00 2001 From: alwaysintreble Date: Tue, 18 Jun 2024 15:09:35 -0500 Subject: [PATCH] i put it in the wrong dictionary --- worlds/messenger/rules.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/worlds/messenger/rules.py b/worlds/messenger/rules.py index c6ecdc7f1e36..758a53c90fa8 100644 --- a/worlds/messenger/rules.py +++ b/worlds/messenger/rules.py @@ -379,9 +379,6 @@ 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, @@ -435,6 +432,9 @@ def __init__(self, world: "MessengerWorld") -> None: { "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.has_windmill(state) or + self.can_destroy_projectiles(state), "Bamboo Creek - Claustro": self.has_wingsuit, "Bamboo Creek Seal - Spike Ball Pits":