Skip to content

Commit

Permalink
Update hyrule_field_dig_caves.logic
Browse files Browse the repository at this point in the history
  • Loading branch information
CandyCrystal authored Apr 3, 2021
1 parent d101216 commit 990cd3e
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions hyrule_field_dig_caves.logic
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
area HyruleFieldDigCaves:
room Farm
room Trilby
room Farm:
node Main:
door Door
node Dig:
chest Rupee
enemy LikeLikeAndBeetle
Main <-> Dig: item MoleMitts
room Trilby:
node LeftLadder:
chest CenterChest
door LeftLadder
node LeftDoor:
door LeftDoor
LeftLadder <-> LeftDoor: item MoleMitts
node LeftChest:
chest LeftChest
LeftDoor <-> LeftChest: item MoleMitts
node RightLadder:
door RightLadder
node RightDoor:
chest RightChest
door RightDoor
RightLadder <-> RightDoor: item MoleMitts

0 comments on commit 990cd3e

Please sign in to comment.