Skip to content

Commit

Permalink
Fixing some badly suggested snipes
Browse files Browse the repository at this point in the history
  • Loading branch information
Exempt-Medic committed Jun 30, 2024
1 parent 40d6acb commit 95f97f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions locations/locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,8 @@
"access_rules": [
"$canSolve|158041-158045, @Places/symmetryOuter",
"showSnipes, randomizationVanilla, $canSolve|158041-158045, @Places/overworld, [@Places/symmetryOuter]",
"showSnipes, $canSolve|158041-158045, @Places/ocean, [@Places/symmetryOuter]"
"showSnipes, randomizationVanilla, $canSolve|158041-158045, @Places/ocean, [@Places/symmetryOuter]",
"showSnipes, $isNotDeathLink, $canSolve|158041-158045, @Places/ocean, [@Places/symmetryOuter]"
]
},
{
Expand Down Expand Up @@ -1475,7 +1476,7 @@
"name": "Door 2",
"access_rules": [
"$isNotPanelsOnlyOrHasPanel|Quarry Entry 2 (Panel), $canSolve|158119, @Places/quarryBetweenEntries",
"showSnipes, $isNotPanelsOnlyOrHasPanel|Quarry Entry 2 (Panel), $canSolve|158119, @Places/overworld, [@Places/quarryBetweenEntries]"
"showSnipes, $isNotDoors, $isNotPanelsOnlyOrHasPanel|Quarry Entry 2 (Panel), $canSolve|158119, @Places/overworld, [@Places/quarryBetweenEntries]"
]
},
{
Expand Down

0 comments on commit 95f97f0

Please sign in to comment.