This commit is contained in:
2025-03-18 16:23:00 +08:00
parent 7f82edf4f9
commit 8b04e5c80b

View File

@@ -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);
}