1
This commit is contained in:
parent
c3406bdeda
commit
8b1b38e181
@ -1034,10 +1034,9 @@ void Human::BeKill(int killer_id, const std::string& killer_name, int weapon_id)
|
||||
((Human*)hum)->kill_humans.insert(this);
|
||||
((Human*)hum)->SyncAroundPlayers(__FILE__, __LINE__, __func__);
|
||||
if (weapon_id == VW_Tank) {
|
||||
std::string msg = a8::Format("%s 使用 %s 干掉了 %s",
|
||||
std::string msg = a8::Format("%s 使用 载具 干掉了 %s",
|
||||
{
|
||||
killer_name,
|
||||
"载具",
|
||||
name
|
||||
});
|
||||
SendRollMsg(msg);
|
||||
|
Loading…
x
Reference in New Issue
Block a user