This commit is contained in:
Charles 2001-01-25 20:30:39 +00:00
parent b0d045bdf0
commit 6fa19af650
2 changed files with 2 additions and 2 deletions

View file

@ -153,6 +153,6 @@ void CNpc::processCloseIronDogfishAttack( int _frames )
{
// swipe at player
m_movementTimer = GameState::getOneSecondInFrames() * 8;
m_movementTimer = GameState::getOneSecondInFrames() * 3;
m_controlFunc = NPC_CONTROL_MOVEMENT;
}