Skip to content

Commit

Permalink
DWS: Small Fixes
Browse files Browse the repository at this point in the history
Co-authored-By: Henny022 <[email protected]>
  • Loading branch information
Ibot02 and Henny022 committed Aug 25, 2024
1 parent c402e72 commit 073ce11
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tmc/logic/deepwood_shrine.logic
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
area DeepwoodShrine:
room BarrelMagic: #
room BarrelMagic:
node Main:
door NorthEast
door SouthWest
Expand All @@ -10,7 +10,7 @@ area DeepwoodShrine:
warp Hole
node HoleOpen:
set HoleOpen
Main <-> Unlocked: flag GFBarrelRoom.WestVinesBurned & flag GFBarrelRoom.EastVinesBurned
Main <-> Unlocked: ( flag GFBarrelRoom.WestVinesBurned & flag GFBarrelRoom.EastVinesBurned )
Unlocked -> Hole: flag HoleOpen
Unlocked -> HoleOpen: item GustJar
room BF1BigKey: #
Expand Down Expand Up @@ -170,7 +170,7 @@ area DeepwoodShrine:
enemy Sluggulas
door South
set Bridge
node North
node North:
door North
North -> South
South -> North: ( flag Bridge | item Cape | item GustJar )
Expand All @@ -186,9 +186,9 @@ area DeepwoodShrine:
node Chest:
chest Chest
node SouthWebGone:
flag SouthWebGone
set SouthWebGone
node EastWebGone:
flag EastWebGone
set EastWebGone
South -> SouthWebGone: item Lantern
Main -> SouthWebGone: ( item GustJar | item Lantern )
EastSouth -> EastWebGone: item Lantern
Expand Down Expand Up @@ -257,17 +257,17 @@ area DeepwoodShrine:
lock WestNorthDoor
node SouthDoor:
warp South
node SouthFromDoor
node SouthFromDoor:
target South
Main -> SouthDoor: flag SouthDoorOpen
SouthFromDoor -> Main: flag SouthDoorOpen
node UncoverDust:
set GFEntrance.BluePortal
set EastChestSpawned
set WestChestSpawned
node EastChest
node EastChest:
chest EastChest
node WestChest
node WestChest:
chest WestChest
Main -> UncoverDust: ( item GustJar | item BombBag | hasExplosive )
Main -> EastChest: flag EastChestSpawned
Expand Down

0 comments on commit 073ce11

Please sign in to comment.