This commit is contained in:
parent
9806e0e3e2
commit
fcb73a434a
4 changed files with 2 additions and 2 deletions
Binary file not shown.
Binary file not shown.
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue