1
This commit is contained in:
parent
315827f953
commit
43746866ef
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user