Skip to content

Commit

Permalink
Merge branch 'pull/117'
Browse files Browse the repository at this point in the history
Co-authored-By: Henny022 <[email protected]>
  • Loading branch information
Ibot02 and Henny022 committed Nov 10, 2024
2 parents b4c3a62 + 6fd08bb commit 5e07f83
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions tmc/logic/hyrule_field_dig_caves.logic
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
area HyruleFieldDigCaves:
room Farm
room Trilby
room Farm:
node Main:
door Door
node Dig:
chest Rupee
enemy LikeLikeAndBeetle
npc Wall
Main <-> Dig: item MoleMitts
room Trilby:
node WestLadder:
chest CenterChest
door WestLadder
node WestDoor:
door SouthWest
WestLadder <-> WestDoor: item MoleMitts
node WestDigging:
chest WestChest
npc Wall
WestDoor <-> WestDigging: item MoleMitts
node EastLadder:
door EastLadder
node EastDoor:
chest EastChest
door EastDoor
EastLadder <-> EastDoor: item MoleMitts

0 comments on commit 5e07f83

Please sign in to comment.