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;

View File

@ -643,7 +643,7 @@ CNpcEnemy::NPC_DATA CNpcEnemy::m_data[NPC_UNIT_TYPE_MAX] =
false,
2,
512,
DETECT_ATTACK_COLLISION_GENERIC,
DETECT_ALL_COLLISION,
DAMAGE__HIT_ENEMY,
1,
ANIM_BABYOCTOPUS_SWIM,