From 053caec8355c9a33faad7c44aef1b6ff924b6af9 Mon Sep 17 00:00:00 2001 From: Tohkahb <95140985+Tohkahb@users.noreply.github.com> Date: Sun, 29 Sep 2024 08:58:16 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E5=A4=8D=E5=90=83?= =?UTF-8?q?=E7=B3=96=20(#198)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/resource/base/pipeline/eat_candy.json | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/assets/resource/base/pipeline/eat_candy.json b/assets/resource/base/pipeline/eat_candy.json index c08b6e0..b01758a 100644 --- a/assets/resource/base/pipeline/eat_candy.json +++ b/assets/resource/base/pipeline/eat_candy.json @@ -77,8 +77,7 @@ "action": "Click", "next": [ "SellectMiniCandyMax", - "MiniCandy24HNotEnough", - "EatCandyWithin24H" + "MiniCandy24HNotEnough" ] }, "EatSmallCandy24H": { @@ -93,8 +92,7 @@ "action": "Click", "next": [ "EatCandyConfirm", - "SmallCandy24HNotEnough", - "EatCandyWithin24H" + "SmallCandy24HNotEnough" ] }, "EatBigCandy24H": { @@ -109,8 +107,7 @@ "action": "Click", "next": [ "EatCandyConfirm", - "BigCandy24HNotEnough", - "EatCandyWithin24H" + "BigCandy24HNotEnough" ] }, "EatCandyConfirm": { @@ -226,4 +223,4 @@ "ConvertCandyConfirm" ] } -} +} \ No newline at end of file