1
This commit is contained in:
parent
d98a9dbdee
commit
63e19167c0
@ -518,13 +518,18 @@ void Human::FillMFTeamData(Human* hum, cs::MFTeamData* team_data, bool is_game_o
|
||||
room->GetFrameNo() - room->GetBattleStartFrameNo() < 4) {
|
||||
team_data->set_user_data(user_data);
|
||||
}
|
||||
team_data->set_hero_id(meta->i->id());
|
||||
if (HasBuffEffect(kBET_Jump) && GetTeam()) {
|
||||
bool can_follow = hum->CanFollow(this);
|
||||
if (can_follow) {
|
||||
team_data->set_can_follow(can_follow);
|
||||
}
|
||||
}
|
||||
{
|
||||
for (auto itr : skins) {
|
||||
auto skin = team_data->add_skin();
|
||||
itr.ToPB(skin);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user