Use the melee push pos update timer for rate limiting the pushes

Also lowered the timer since it's limiting actual movement now
This commit is contained in:
Michael Cook (mackal)
2018-03-01 13:41:02 -05:00
parent 8e4aff391e
commit 7edc891605
2 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ 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(500),
mHateListCleanup(6000)
{
targeted = 0;