1
This commit is contained in:
parent
a55b552540
commit
a68891190d
@ -665,6 +665,7 @@ void Bullet::Check(float distance)
|
|||||||
},
|
},
|
||||||
&sender.Get()->xtimer_attacher.timer_list_
|
&sender.Get()->xtimer_attacher.timer_list_
|
||||||
);
|
);
|
||||||
|
sender.Get()->TryAddBuff(sender.Get(), gun_meta->int_param2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ForceRemove();
|
ForceRemove();
|
||||||
@ -907,6 +908,7 @@ void Bullet::ProcFlyHook(Entity* target)
|
|||||||
&sender.Get()->xtimer_attacher.timer_list_
|
&sender.Get()->xtimer_attacher.timer_list_
|
||||||
);
|
);
|
||||||
sender.Get()->RemoveBuffById(kKeepShotAnimiBuffId);
|
sender.Get()->RemoveBuffById(kKeepShotAnimiBuffId);
|
||||||
|
sender.Get()->TryAddBuff(sender.Get(), gun_meta->int_param2);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Bullet::ForceRemove()
|
void Bullet::ForceRemove()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user