Skip to content

Commit

Permalink
reeeeeeeee
Browse files Browse the repository at this point in the history
  • Loading branch information
Jouramie committed Mar 22, 2024
1 parent 1fc0ea5 commit 7f342cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions worlds/stardew_valley/test/TestRules.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit 7f342cf

Please sign in to comment.