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: default:
{ {
if ( playerXDistSqr + playerYDistSqr < 4000 ) if ( playerXDistSqr + playerYDistSqr < 3200 )
{ {
m_controlFunc = NPC_CONTROL_CLOSE; m_controlFunc = NPC_CONTROL_CLOSE;

View File

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