From e88f8627798c861ecec82d2b2e1be9de81424aad Mon Sep 17 00:00:00 2001 From: homothetyhk Date: Sun, 8 Jan 2023 17:11:15 -0800 Subject: [PATCH] Bump version and fix cmound logic. --- BenchRando/BenchRando.csproj | 4 ++-- BenchRando/Resources/benches.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/BenchRando/BenchRando.csproj b/BenchRando/BenchRando.csproj index 37da670..ee6ccd0 100644 --- a/BenchRando/BenchRando.csproj +++ b/BenchRando/BenchRando.csproj @@ -4,8 +4,8 @@ BenchRando BenchRando net472 - 1.0.2 - 1.0.2 + 1.0.3 + 1.0.3 true false latest diff --git a/BenchRando/Resources/benches.json b/BenchRando/Resources/benches.json index 10093d8..51cb6cb 100644 --- a/BenchRando/Resources/benches.json +++ b/BenchRando/Resources/benches.json @@ -2863,11 +2863,11 @@ "LogicOverrides": [ { "name": "Mines_35[left1]", - "logic": "ORIG | Bench-Crystallized_Mound + (LEFTCLAW | RIGHTCLAW + PRECISEMOVEMENT + (RIGHTDASH | OBSCURESKIPS + DIFFICULTSKIPS) | WINGS)" + "logic": "ORIG | Bench-Crystallized_Mound + (LEFTCLAW | RIGHTCLAW + PRECISEMOVEMENT + (RIGHTDASH | OBSCURESKIPS + DIFFICULTSKIPS) | WINGS + OBSCURESKIPS)" }, { "name": "Descending_Dark", - "logic": "ORIG | Bench-Crystallized_Mound + (LEFTCLAW | RIGHTCLAW + PRECISEMOVEMENT + (RIGHTDASH | OBSCURESKIPS + DIFFICULTSKIPS) | WINGS)" + "logic": "ORIG | Bench-Crystallized_Mound + (LEFTCLAW | RIGHTCLAW + PRECISEMOVEMENT + (RIGHTDASH | OBSCURESKIPS + DIFFICULTSKIPS) | WINGS + OBSCURESKIPS)" }, { "name": "Grub-Crystallized_Mound",