diff --git a/assets/script/game/skill/HeroSkillSystem.ts b/assets/script/game/skill/HeroSkillSystem.ts index d888abdc..52e57b59 100644 --- a/assets/script/game/skill/HeroSkillSystem.ts +++ b/assets/script/game/skill/HeroSkillSystem.ts @@ -125,7 +125,6 @@ export class HeroSkillSystem extends ecs.ComblockSystem implements ecs.ISystemUp this.applySkillEffect(caster, target, config,skillEntity); console.log("施放技能:"+config.uuid+"=>"+target.get(HeroViewComp).hero_name); }); - } if (config.TargetGroup === TargetGroup.Ally) { const targets = this.selectAllyTargets(caster, config);