1
This commit is contained in:
parent
c3aff41128
commit
d7f09c299f
@ -3101,6 +3101,7 @@ void Human::InternalBeKill(int killer_id, const std::string& killer_name, int we
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
if (!dead && !room->IsGameOver() && !real_dead) {
|
if (!dead && !room->IsGameOver() && !real_dead) {
|
||||||
|
room->GetBoxDrop()->OnHumanDeadDrop(this);
|
||||||
KillInfo info;
|
KillInfo info;
|
||||||
{
|
{
|
||||||
info.killer_id = killer_id;
|
info.killer_id = killer_id;
|
||||||
@ -3253,7 +3254,6 @@ void Human::InternalBeKill(int killer_id, const std::string& killer_name, int we
|
|||||||
}
|
}
|
||||||
room->GetInGameVoice()->OnHumanBeKill(real_killer_id, this);
|
room->GetInGameVoice()->OnHumanBeKill(real_killer_id, this);
|
||||||
}
|
}
|
||||||
room->GetBoxDrop()->OnHumanDeadDrop(this);
|
|
||||||
SendViewerUiMemberUpdate({GetUniId(), killer_id, real_killer_id});
|
SendViewerUiMemberUpdate({GetUniId(), killer_id, real_killer_id});
|
||||||
room->NotifyUiUpdate();
|
room->NotifyUiUpdate();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user