diff --git a/assets/interface.json b/assets/interface.json index fa9a1137..b750af2b 100644 --- a/assets/interface.json +++ b/assets/interface.json @@ -95,7 +95,7 @@ ] }, { - "name": "局外演绎:黄昏的音序", + "name": "局外演绎:黄昏的音序(勿挂资料片)", "entry": "SeriesOfDusks", "pipeline_override": { "EnterTheShow": { diff --git a/assets/resource/base/image/Awards/JukeboxBadge.png b/assets/resource/base/image/Awards/JukeboxBadge.png index 0800d9a7..b245c6d4 100644 Binary files a/assets/resource/base/image/Awards/JukeboxBadge.png and b/assets/resource/base/image/Awards/JukeboxBadge.png differ diff --git a/assets/resource/base/pipeline/eat_candy.json b/assets/resource/base/pipeline/eat_candy.json index b01758a0..ba3fd9b0 100644 --- a/assets/resource/base/pipeline/eat_candy.json +++ b/assets/resource/base/pipeline/eat_candy.json @@ -78,6 +78,10 @@ "next": [ "SellectMiniCandyMax", "MiniCandy24HNotEnough" + ], + "interrupt": [ + "Sub_QuitEatCandyPage", + "AllIn" ] }, "EatSmallCandy24H": { @@ -93,6 +97,10 @@ "next": [ "EatCandyConfirm", "SmallCandy24HNotEnough" + ], + "interrupt": [ + "Sub_QuitEatCandyPage", + "AllIn" ] }, "EatBigCandy24H": { @@ -108,6 +116,10 @@ "next": [ "EatCandyConfirm", "BigCandy24HNotEnough" + ], + "interrupt": [ + "Sub_QuitEatCandyPage", + "AllIn" ] }, "EatCandyConfirm": {