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 30, 2024
1 parent 3ae9435 commit abad4ba
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 abad4ba

Please sign in to comment.