This commit is contained in:
parent
7c224ca827
commit
57de623103
10 changed files with 107 additions and 11 deletions
|
@ -47,7 +47,7 @@ bool CNpcHermitCrabEnemy::processSensor()
|
|||
|
||||
default:
|
||||
{
|
||||
if ( playerXDistSqr + playerYDistSqr < 400 )
|
||||
if ( playerXDistSqr + playerYDistSqr < 4000 )
|
||||
{
|
||||
m_controlFunc = NPC_CONTROL_CLOSE;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue