This commit is contained in:
parent
45e993fffa
commit
2ef77639d3
6 changed files with 36 additions and 3 deletions
|
@ -485,7 +485,7 @@ void CNpcAnemone2Enemy::processClose( int _frames )
|
|||
|
||||
m_controlFunc = NPC_CONTROL_MOVEMENT;
|
||||
m_timerFunc = NPC_TIMER_ATTACK_DONE;
|
||||
m_timerTimer = GameState::getOneSecondInFrames();
|
||||
m_timerTimer = 4 * GameState::getOneSecondInFrames();
|
||||
m_sensorFunc = NPC_SENSOR_NONE;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue