This commit is contained in:
aozhiwei 2021-07-23 15:57:20 +08:00
parent 315827f953
commit 43746866ef

View File

@ -3560,10 +3560,12 @@ void Human::OnBulletHit(Bullet* bullet)
}
#ifdef DEBUG
bullet->sender.Get()->SendDebugMsg
(a8::Format("bullet weapon_id:%d atk:%f",
(a8::Format("bullet weapon_id:%d atk:%f def:%f finaly_dmg:%f",
{
bullet->gun_meta->i->id(),
bullet->GetAtk()
bullet->GetAtk(),
def,
finaly_dmg
})
);
#endif