From f0bef191a1391132090e9cfbdd5016acf3e161a4 Mon Sep 17 00:00:00 2001 From: Charles Date: Sat, 28 Jul 2001 15:22:17 +0000 Subject: [PATCH] --- source/enemy/ndogfish.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/enemy/ndogfish.cpp b/source/enemy/ndogfish.cpp index 929a25a10..5f05966a4 100644 --- a/source/enemy/ndogfish.cpp +++ b/source/enemy/ndogfish.cpp @@ -248,7 +248,7 @@ void CNpcIronDogfishEnemy::processStandardIronDogfishAttack( int _frames ) case IRON_DOGFISH_LASER_EYE_1: case IRON_DOGFISH_LASER_EYE_2: { - if ( playerYDistSqr > 250000 ) + if ( playerYDistSqr > 50000 ) { m_movementTimer = GameState::getOneSecondInFrames() * 3; m_state = IRON_DOGFISH_THUMP_2;