This commit is contained in:
aozhiwei 2023-04-05 19:56:16 +08:00
parent c117cf46cf
commit 418960d0d3

View File

@ -399,7 +399,11 @@ void Skill::ProcSpecDirShotPhase(const mt::SkillPhase* phase)
if (bullet_meta && target_distance > 0.00001f) {
int target_id = 0;
if (meta->GetMagicId() == MAGIC_20201_HX) {
#if 1
target_distance = owner->skill_distance_;
#else
target_distance = 0;
#endif
owner->TryAddBuff(owner, 202013);
owner->TryAddBuff(owner, 202014);
#if 0