Skip to content

Commit

Permalink
Merge branch 'metroidprime-v1.0' of github.com:hesto2/Archipelago int…
Browse files Browse the repository at this point in the history
…o metroidprime-v1.0
  • Loading branch information
hesto2 committed Nov 26, 2024
2 parents f4c68d6 + c39a8a2 commit 73a7f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/sc2/Locations.py
Original file line number Diff line number Diff line change
Expand Up @@ -1387,7 +1387,7 @@ def get_locations(world: Optional[World]) -> Tuple[LocationData, ...]:
lambda state: logic.templars_return_requirement(state)),
LocationData("The Host", "The Host: Victory", SC2LOTV_LOC_ID_OFFSET + 2100, LocationType.VICTORY,
lambda state: logic.the_host_requirement(state)),
LocationData("The Host", "The Host: Southeast Void Shard", SC2LOTV_LOC_ID_OFFSET + 2101, LocationType.VICTORY,
LocationData("The Host", "The Host: Southeast Void Shard", SC2LOTV_LOC_ID_OFFSET + 2101, LocationType.EXTRA,
lambda state: logic.the_host_requirement(state)),
LocationData("The Host", "The Host: South Void Shard", SC2LOTV_LOC_ID_OFFSET + 2102, LocationType.EXTRA,
lambda state: logic.the_host_requirement(state)),
Expand Down

0 comments on commit 73a7f33

Please sign in to comment.