mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-25 00:33:22 -07:00
Update __init__.py
Add `Karla's Ashes` requirements
This commit is contained in:
@@ -197,6 +197,8 @@ class DarkSouls3World(World):
|
||||
lambda state: state.has("Jailer's Key Ring", self.player))
|
||||
set_rule(self.world.get_location("ID: Covetous Gold Serpent Ring", self.player),
|
||||
lambda state: state.has("Old Cell Key", self.player))
|
||||
set_rule(self.world.get_location("ID: Karla's Ashes", self.player),
|
||||
lambda state: state.has("Jailers Key Ring", self.player))
|
||||
black_hand_gotthard_corpse_rule = lambda state: \
|
||||
(state.can_reach("AL: Cinders of a Lord - Aldrich", "Location", self.player) and
|
||||
state.can_reach("PC: Cinders of a Lord - Yhorm the Giant", "Location", self.player))
|
||||
|
||||
Reference in New Issue
Block a user