diff --git a/source/enemy/nssnake.cpp b/source/enemy/nssnake.cpp index 1d9a8954c..85a58c960 100644 --- a/source/enemy/nssnake.cpp +++ b/source/enemy/nssnake.cpp @@ -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;