From 8b04e5c80bfcc3663b466b21138a5fc4dc3dc164 Mon Sep 17 00:00:00 2001 From: panw Date: Tue, 18 Mar 2025 16:23:00 +0800 Subject: [PATCH] dd --- assets/script/game/skill/HeroSkillSystem.ts | 1 - 1 file changed, 1 deletion(-) 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); }