Skip to content

Commit

Permalink
Add indirect condition (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Exempt-Medic authored Jul 27, 2024
1 parent a438bf7 commit e4d2b65
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions worlds/dark_souls_3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -969,6 +969,11 @@ def _add_npc_rules(self) -> None:
self._can_get(state, "US: Soul of the Rotted Greatwood")
and state.has("Dreamchaser's Ashes", self.player)
))
# Add indirect condition since reaching AL requires deafeating Pontiff which requires defeating Greatwood in US
self.multiworld.register_indirect_condition(
self.get_region("Undead Settlement"),
self.get_entrance("Go To Anor Londo")
)

# Kill Creighton and Aldrich to trigger this opportunity for invasion
self._add_location_rule([
Expand Down

0 comments on commit e4d2b65

Please sign in to comment.