dd
This commit is contained in:
@@ -154,7 +154,6 @@ export class HeroSkillSystem extends ecs.ComblockSystem implements ecs.ISystemUp
|
|||||||
this.applySkillEffect(caster, target, config);
|
this.applySkillEffect(caster, target, config);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if (config.TargetGroup === TargetGroup.Self) {
|
if (config.TargetGroup === TargetGroup.Self) {
|
||||||
this.applySkillEffect(caster, caster, config);
|
this.applySkillEffect(caster, caster, config);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user