This commit is contained in:
aozhiwei 2021-06-02 16:32:33 +08:00
parent 38f3a4543a
commit f7b2ee8279

View File

@ -79,6 +79,12 @@ float Human::GetSpeed()
return buff->meta->param2;
}
}
{
Buff* buff = GetBuffByEffectId(kBET_Jump);
if (buff) {
return meta->i->jump_speed();
}
}
{
Buff* buff = GetBuffByEffectId(kBET_BePull);
if (buff) {