From 7f342cf0fda83688d3d5bd6aae61715387a40f1b Mon Sep 17 00:00:00 2001 From: Jouramie Date: Wed, 20 Mar 2024 19:04:05 -0400 Subject: [PATCH] reeeeeeeee --- worlds/stardew_valley/test/TestRules.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worlds/stardew_valley/test/TestRules.py b/worlds/stardew_valley/test/TestRules.py index 94b253d1fe0..787e0ce39c3 100644 --- a/worlds/stardew_valley/test/TestRules.py +++ b/worlds/stardew_valley/test/TestRules.py @@ -626,12 +626,12 @@ def test_cannot_get_fishing_rod_without_willy_access(self): place_region_at_entrance(self.multiworld, self.player, Region.fish_shop, Entrance.enter_bathhouse_entrance) collect_all_except(self.multiworld, railroad_item) - for fishing_rod_level in [2, 3]: + for fishing_rod_level in [3, 4]: self.assert_rule_false(self.world.logic.tool.has_fishing_rod(fishing_rod_level), self.multiworld.state) self.multiworld.state.collect(self.world.create_item(railroad_item), event=False) - for fishing_rod_level in [2, 3]: + for fishing_rod_level in [3, 4]: self.assert_rule_true(self.world.logic.tool.has_fishing_rod(fishing_rod_level), self.multiworld.state)