战斗技能转buff 完成 todo 商品改单个, 奖励改图标数量

This commit is contained in:
2024-12-23 23:47:22 +08:00
parent a79db4d97e
commit 120578059f
15 changed files with 6989 additions and 6257 deletions

View File

@@ -133,8 +133,10 @@ export class LuckHomeCompComp extends CCComp {
smc.heros[uuid].num += num
break;
case 2:
this.show_skill_chip(uuid,num)
smc.skills[uuid].num += num
this.show_hero_chip(uuid,num)
smc.heros[uuid].num += num
// this.show_skill_chip(uuid,num)
// smc.skills[uuid].num += num
break;
case 1:
this.show_item(uuid,num)