Skip to content

Commit

Permalink
- Add required elevators
Browse files Browse the repository at this point in the history
  • Loading branch information
agilbert1412 committed Aug 5, 2024
1 parent ca04c5b commit 4a70838
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion worlds/stardew_valley/test/rules/TestBooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)


0 comments on commit 4a70838

Please sign in to comment.