diff --git a/worlds/stardew_valley/test/rules/TestBooks.py b/worlds/stardew_valley/test/rules/TestBooks.py index c7872daec6c..6605e7e645e 100644 --- a/worlds/stardew_valley/test/rules/TestBooks.py +++ b/worlds/stardew_valley/test/rules/TestBooks.py @@ -14,8 +14,13 @@ def test_need_weapon_for_mapping_cave_systems(self): self.assert_reach_location_false(location, self.multiworld.state) - self.collect("Progressive Weapon") + self.collect("Progressive Mine Elevator") + self.collect("Progressive Mine Elevator") + self.collect("Progressive Mine Elevator") + self.collect("Progressive Mine Elevator") + self.assert_reach_location_false(location, self.multiworld.state) + self.collect("Progressive Weapon") self.assert_reach_location_true(location, self.multiworld.state)