This commit is contained in:
Charles 2001-08-07 18:15:04 +00:00
parent b152600675
commit d6294736cc

View File

@ -888,7 +888,7 @@ void CNpcSeaSnakeEnemy::processClose( int _frames )
m_controlFunc = NPC_CONTROL_MOVEMENT;
m_timerFunc = NPC_TIMER_ATTACK_DONE;
m_timerTimer = 5 * GameState::getOneSecondInFrames();
m_timerTimer = 10 * GameState::getOneSecondInFrames();
m_sensorFunc = NPC_SENSOR_NONE;
Pos = oldPos;