Skip to content

Commit

Permalink
split the upper AFE chest into 2 locations now that I know there's 2 …
Browse files Browse the repository at this point in the history
…chests there
  • Loading branch information
Ixrec committed Feb 17, 2025
1 parent 08bc204 commit 16ae8e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion worlds/nine_sols/shared_static_logic/locations.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@

// Apeman Facility (Elevator)
{
"address": 201, "name": "AF (Elevator): Atop Upper Level Pagoda",
"address": 201, "name": "AF (Elevator): Hidden Atop Upper Level Pagoda (Left Chest)",
"region": "AFE - Between Root Nodes", "requires": []
},
{
"address": 207, "name": "AF (Elevator): Hidden Atop Upper Level Pagoda (Right Chest)",
"region": "AFE - Between Root Nodes", "requires": []
},
{
Expand Down
2 changes: 1 addition & 1 deletion worlds/nine_sols/test/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ class TestDefaultWorld(NineSolsTestBase):
options = {}

def test_default_world(self):
self.assertEqual(self.getLocationCount(), 319) # 314 default locations + 5 events
self.assertEqual(self.getLocationCount(), 320) # 315 default locations + 5 events

0 comments on commit 16ae8e4

Please sign in to comment.