Skip to content

Commit

Permalink
Adds Pegasus Boots to the test (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
palex00 authored Sep 16, 2024
1 parent ea2f91e commit d46571d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/ladx/test/TestDungeonLogic.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class TestD6(LADXTestBase):

def test_keylogic(self):
keys = self.get_items_by_name(ItemName.KEY6)
self.collect_by_name([ItemName.FACE_KEY, ItemName.HOOKSHOT, ItemName.POWER_BRACELET, ItemName.BOMB, ItemName.FEATHER, ItemName.FLIPPERS])
self.collect_by_name([ItemName.FACE_KEY, ItemName.HOOKSHOT, ItemName.POWER_BRACELET, ItemName.BOMB, ItemName.PEGASUS_BOOTS, ItemName.FEATHER, ItemName.FLIPPERS])
# Can reach an un-keylocked item in the dungeon
self.assertTrue(self.can_reach_location("L2 Bracelet Chest (Face Shrine)"))

Expand Down

0 comments on commit d46571d

Please sign in to comment.