This commit is contained in:
aozhiwei 2021-06-17 20:43:11 +08:00
parent e00714b81a
commit 32ccefbed8

View File

@ -70,6 +70,11 @@ void Bullet::ProcBomb()
sender.Get()->team_id == hum->team_id) {
return;
}
if (meta->i->_inventory_slot() == IS_C4) {
if (hum->IsHuman()) {
return;
}
}
if (TestCollision(room, hum)) {
objects.insert(hum);
}