This commit is contained in:
parent
f22706c0dd
commit
23587b36c3
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ bool CNpcSquidDartEnemy::processSensor()
|
|||
void CNpcSquidDartEnemy::processClose( int _frames )
|
||||
{
|
||||
s32 movement;
|
||||
s32 yAim = playerYDist - 20;
|
||||
s32 yAim = playerYDist - 10;
|
||||
s32 maxSpeed = 2 * m_data[m_type].speed * _frames;
|
||||
|
||||
if ( m_attack )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue