This commit is contained in:
Charles 2001-07-31 16:21:58 +00:00
parent 9806e0e3e2
commit fcb73a434a
4 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ bool CNpcBabyOctopusEnemy::processSensor()
default:
{
if ( playerXDistSqr + playerYDistSqr < 4000 )
if ( playerXDistSqr + playerYDistSqr < 3200 )
{
m_controlFunc = NPC_CONTROL_CLOSE;