From 9ae9324c8b454d395b742a27b0aae15abc620a75 Mon Sep 17 00:00:00 2001 From: panw Date: Fri, 30 Jan 2026 15:34:23 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=9C=B0=E5=9B=BE):=20=E5=90=AF=E7=94=A8?= =?UTF-8?q?=E8=8D=AF=E6=B0=B4=E5=8D=A1=E7=89=8C=E8=A7=A6=E5=8F=91=E5=95=86?= =?UTF-8?q?=E5=BA=97=E6=89=93=E5=BC=80=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/script/game/map/MissionComp.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/script/game/map/MissionComp.ts b/assets/script/game/map/MissionComp.ts index 5ac4d494..b0b00a8c 100644 --- a/assets/script/game/map/MissionComp.ts +++ b/assets/script/game/map/MissionComp.ts @@ -91,9 +91,9 @@ export class MissionComp extends CCComp { case CardType.Partner: oops.message.dispatchEvent(GameEvent.ToCallFriend); break; - // case CardType.Potion: - // oops.message.dispatchEvent(GameEvent.ShopOpen); - // break; + case CardType.Potion: + oops.message.dispatchEvent(GameEvent.ShopOpen); + break; } } showLevelUpReward() {