Skip to content

Commit

Permalink
Merge branch 'ds3-full-rando' of github.com:nex3/Archipelago into ds3…
Browse files Browse the repository at this point in the history
…-full-rando
  • Loading branch information
nex3 committed Jul 6, 2024
2 parents 6ed17b8 + 20de5a4 commit 18d4b47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions worlds/dark_souls_3/Locations.py
Original file line number Diff line number Diff line change
Expand Up @@ -2062,9 +2062,9 @@ def __init__(
DS3LocationData("LC: Irithyll Rapier - basement, miniboss drop", "Irithyll Rapier",
miniboss=True), # Boreal Outrider drop
DS3LocationData("LC: Twinkling Titanite - dark room mid, out door opposite wyvern, lizard",
"Twinkling Titanite x2", lizard=True),
"Twinkling Titanite x2", lizard=True, missable=True),
DS3LocationData("LC: Twinkling Titanite - moat, right path, lizard",
"Twinkling Titanite x2", lizard=True),
"Twinkling Titanite x2", lizard=True, missable=True),
DS3LocationData("LC: Gotthard Twinswords - by Grand Archives door, after PC and AL bosses",
"Gotthard Twinswords", conditional=True),
DS3LocationData("LC: Grand Archives Key - by Grand Archives door, after PC and AL bosses",
Expand Down

0 comments on commit 18d4b47

Please sign in to comment.