Adjust the behavior of out of range aggro removal

This is a bit more accurate
This commit is contained in:
Michael Cook (mackal)
2018-01-18 19:59:04 -05:00
parent a7310cba17
commit a440269c6b
3 changed files with 17 additions and 3 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ Mob::Mob(const char* in_name,
fix_z_timer_engaged(100),
attack_anim_timer(1000),
position_update_melee_push_timer(1000),
mHateListCleanup(3000)
mHateListCleanup(6000)
{
targeted = 0;
tar_ndx = 0;