From 2e98197fe528e879f3098f8774264f879ccc5fac Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 17 Jul 2001 14:44:00 +0000 Subject: [PATCH] --- source/enemy/nclam.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/enemy/nclam.cpp b/source/enemy/nclam.cpp index a23645596..2fa3f1937 100644 --- a/source/enemy/nclam.cpp +++ b/source/enemy/nclam.cpp @@ -65,7 +65,7 @@ bool CNpcClamEnemy::processSensor() default: { - if ( playerXDistSqr + playerYDistSqr < 10000 ) + if ( playerXDistSqr + playerYDistSqr < 40000 ) { m_controlFunc = NPC_CONTROL_CLOSE; m_extendDir = EXTEND_UP;