Skip to content

Commit

Permalink
Fix logic for Bardoon's Tail bench.
Browse files Browse the repository at this point in the history
  • Loading branch information
homothetyhk committed Jul 6, 2022
1 parent 4d3ab51 commit b74e802
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BenchRando/Resources/benches.json
Original file line number Diff line number Diff line change
Expand Up @@ -2113,14 +2113,14 @@
"IsRandomizable": true,
"X": 24.2,
"Y": 80.4,
"Logic": "Bench-Bardoon's_Tail | Deepnest_East_04[left1] + (LEFTCLAW | RIGHTCLAW + WINGS | RIGHTCLAW + ENEMYPOGOS | WINGS + ENEMYPOGOS)",
"Logic": "Bench-Bardoon's_Tail | Deepnest_East_04[left2] + (LEFTCLAW | RIGHTCLAW + WINGS | RIGHTCLAW + ENEMYPOGOS | WINGS + ENEMYPOGOS)",
"LogicOverrides": [
{
"name": "Deepnest_East_04[left1]",
"name": "Deepnest_East_04[left2]",
"logic": "ORIG | Bench-Bardoon's_Tail + (LEFTCLAW | WINGS | ENEMYPOGOS)"
},
{
"name": "Deepnest_East_04[right2]",
"name": "Deepnest_East_04[right1]",
"logic": "ORIG | Bench-Bardoon's_Tail"
}
],
Expand Down

0 comments on commit b74e802

Please sign in to comment.