This commit is contained in:
parent
3ab0046b2c
commit
26c71c0743
1 changed files with 3 additions and 0 deletions
|
@ -236,6 +236,9 @@ void CNpcStaticClamEnemy::processClose( int _frames )
|
|||
if ( !m_isStunned )
|
||||
{
|
||||
m_controlFunc = NPC_CONTROL_MOVEMENT;
|
||||
m_timerFunc = NPC_TIMER_ATTACK_DONE;
|
||||
m_timerTimer = getRnd() % ( 3 * GameState::getOneSecondInFrames() );
|
||||
m_sensorFunc = NPC_SENSOR_NONE;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue