Skip to content

Commit

Permalink
Add requirements for accessing shipyard to logic
Browse files Browse the repository at this point in the history
  • Loading branch information
mike8699 committed Feb 19, 2024
1 parent cd9763f commit 844125b
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ area Mercay:
door Grotto
door Tavern
door Shop
door Shipyard
door House
door TreasureSelling
door Boat
Expand All @@ -13,6 +12,9 @@ area Mercay:
mail Mailbox
chest Cucco

node AfterFireTemple:
door Shipyard

node AfterToTOK3:
# NPC that stands on dock will sell you a treasure map for
# 50 rupees after clearing ToTOK 3
Expand All @@ -25,3 +27,6 @@ area Mercay:

Ledge -> Main
Main -> AfterToTOK3: flag SunKeyMark

# The door to the shipyard opens after defeating Blaaz
Main <-> AfterFireTemple: flag FireTempleBeaten

0 comments on commit 844125b

Please sign in to comment.