This commit is contained in:
Charles 2001-07-17 14:44:00 +00:00
parent 4029669c8c
commit 2e98197fe5

View File

@ -65,7 +65,7 @@ bool CNpcClamEnemy::processSensor()
default:
{
if ( playerXDistSqr + playerYDistSqr < 10000 )
if ( playerXDistSqr + playerYDistSqr < 40000 )
{
m_controlFunc = NPC_CONTROL_CLOSE;
m_extendDir = EXTEND_UP;