This commit is contained in:
parent
9806e0e3e2
commit
fcb73a434a
4 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ bool CNpcBabyOctopusEnemy::processSensor()
|
|||
|
||||
default:
|
||||
{
|
||||
if ( playerXDistSqr + playerYDistSqr < 4000 )
|
||||
if ( playerXDistSqr + playerYDistSqr < 3200 )
|
||||
{
|
||||
m_controlFunc = NPC_CONTROL_CLOSE;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue