summaryrefslogtreecommitdiff
path: root/internal_rewrite/ragebot.cpp
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2018-09-07 00:33:45 +0200
committernavewindre <boneyaard@gmail.com>2018-09-07 00:33:45 +0200
commitf3e05f066a09546f55ad3b59471a5a39a0ce4243 (patch)
tree2e4c224dde0530de7c3376bb7cd68bf8a702a986 /internal_rewrite/ragebot.cpp
parentb8f43120600120bdfc22abfc1f94d3f77cb25640 (diff)
dsadsad
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;