summaryrefslogtreecommitdiff
path: root/internal_rewrite/ragebot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'internal_rewrite/ragebot.cpp')
-rw-r--r--internal_rewrite/ragebot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal_rewrite/ragebot.cpp b/internal_rewrite/ragebot.cpp
index 7f844b0..a5d2762 100644
--- a/internal_rewrite/ragebot.cpp
+++ b/internal_rewrite/ragebot.cpp
@@ -613,7 +613,7 @@ namespace features
if( ideal_ent && dist < 80.f ) {
int attack = 0;
- if( dist < 70.f )
+ if( dist < 65.f )
attack = IN_ATTACK2;
else if( hp < 35 )
attack = IN_ATTACK;