1
This commit is contained in:
parent
e00714b81a
commit
32ccefbed8
@ -70,6 +70,11 @@ void Bullet::ProcBomb()
|
|||||||
sender.Get()->team_id == hum->team_id) {
|
sender.Get()->team_id == hum->team_id) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if (meta->i->_inventory_slot() == IS_C4) {
|
||||||
|
if (hum->IsHuman()) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
if (TestCollision(room, hum)) {
|
if (TestCollision(room, hum)) {
|
||||||
objects.insert(hum);
|
objects.insert(hum);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user