Decrease radius of squashing items.
parent
b5e0f9966f
commit
a4482f1a7c
|
@ -387,7 +387,7 @@ bool CTaskTerraform::Terraform()
|
||||||
type == OBJECT_RUINradar ) // small/transportable objects?
|
type == OBJECT_RUINradar ) // small/transportable objects?
|
||||||
{
|
{
|
||||||
dist = Math::Distance(m_terraPos, pObj->GetPosition());
|
dist = Math::Distance(m_terraPos, pObj->GetPosition());
|
||||||
if ( dist > 20.0f ) continue;
|
if ( dist > 5.0f ) continue;
|
||||||
|
|
||||||
if (type == OBJECT_BULLET ||
|
if (type == OBJECT_BULLET ||
|
||||||
type == OBJECT_NEST )
|
type == OBJECT_NEST )
|
||||||
|
|
Loading…
Reference in New Issue