Skip to content

Commit

Permalink
Merge pull request #6 from Ishigh1/oos_dimitri_tree
Browse files Browse the repository at this point in the history
Use sunken dimitri to get tree seeds
  • Loading branch information
Dinopony authored Mar 14, 2024
2 parents fb5b539 + 8d78cd0 commit 3b09f4e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions worlds/tloz_oos/data/logic/OverworldLogic.py
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,12 @@ def make_holodrum_logic(player: int):
])],
["syrup trade", "syrup shop", False, lambda state: oos_can_farm_rupees(state, player)],

# Use Dimitri to get the tree seeds, using dimitri to get seeds being medium difficulty
["sunken city dimitri", "sunken city tree", False,lambda state: all([
oos_option_medium_logic(state, player),
oos_can_use_seeds(state, player)
])],

["sunken city dimitri", "master diver's challenge", False, lambda state: all([
oos_has_sword(state, player, False),
any([
Expand Down

0 comments on commit 3b09f4e

Please sign in to comment.