diff --git a/assets/script/game/skill/HeroSkillSystem.ts b/assets/script/game/skill/HeroSkillSystem.ts index 7cc8daca..b95644f0 100644 --- a/assets/script/game/skill/HeroSkillSystem.ts +++ b/assets/script/game/skill/HeroSkillSystem.ts @@ -154,7 +154,6 @@ export class HeroSkillSystem extends ecs.ComblockSystem implements ecs.ISystemUp this.applySkillEffect(caster, target, config); }); } - if (config.TargetGroup === TargetGroup.Self) { this.applySkillEffect(caster, caster, config); }