feat(地图): 启用药水卡牌触发商店打开事件

This commit is contained in:
panw
2026-01-30 15:34:23 +08:00
parent 4630667a54
commit 9ae9324c8b

View File

@@ -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() {