榴弹炮ok
This commit is contained in:
parent
8defe1c461
commit
657ff53618
@ -66,7 +66,7 @@ void Bullet::Update(int delta_time)
|
|||||||
}
|
}
|
||||||
}//end for
|
}//end for
|
||||||
if (!objects.empty() || distance > gun_meta->i->range() ||
|
if (!objects.empty() || distance > gun_meta->i->range() ||
|
||||||
(IsBomb() && distance >= fly_distance)
|
(IsBomb() && meta->i->_inventory_slot() != 4 && distance >= fly_distance)
|
||||||
) {
|
) {
|
||||||
if (IsBomb()) {
|
if (IsBomb()) {
|
||||||
ProcBomb();
|
ProcBomb();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user