Add a timer to rate limit the hatelist check

This commit is contained in:
Michael Cook (mackal)
2018-01-18 15:54:53 -05:00
parent d8bbb428d8
commit e7ce79261d
3 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -115,7 +115,8 @@ Mob::Mob(const char* in_name,
fix_z_timer(300),
fix_z_timer_engaged(100),
attack_anim_timer(1000),
position_update_melee_push_timer(1000)
position_update_melee_push_timer(1000),
mHateListCleanup(3000)
{
targeted = 0;
tar_ndx = 0;