From 8ea55fd99e5f8506f41e2ecab4d55d9697a332e1 Mon Sep 17 00:00:00 2001 From: panw Date: Fri, 13 Jun 2025 15:15:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8B=B1=E9=9B=84=E4=B8=BB=E6=8A=80=E8=83=BD?= =?UTF-8?q?=20=E5=8A=A0=E6=88=90=E6=9C=89=E9=97=AE=E9=A2=98=20=E9=9C=80?= =?UTF-8?q?=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/script/game/hero/SkillConComp.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/script/game/hero/SkillConComp.ts b/assets/script/game/hero/SkillConComp.ts index aae727a5..18f5a9a6 100644 --- a/assets/script/game/hero/SkillConComp.ts +++ b/assets/script/game/hero/SkillConComp.ts @@ -67,7 +67,7 @@ export class SkillConComp extends CCComp { if(!this.HeroView.is_master) return console.log("hart cast_skill",uuid ,e) const config = SkillSet[uuid]; - this.castSkill(config,(1+this.FIGHTCON.hero.ATK_COUNT+this.FIGHTCON.ally.ATK_COUNT)) + this.castSkill(config) } /** 施放技能 */