Reverting some hate stuff so things work again

This commit is contained in:
Akkadius
2014-12-27 23:19:48 -06:00
parent 8983953d7d
commit 4f65066274
3 changed files with 388 additions and 311 deletions
+1 -1
View File
@@ -463,7 +463,7 @@ public:
Mob* GetHateTop() { return hate_list.GetEntWithMostHateInRange(this);}
Mob* GetHateDamageTop(Mob* other) { return hate_list.GetDamageTopOnHateList(other);}
Mob* GetHateRandom() { return hate_list.GetRandomEntOnHateList();}
Mob* GetHateMost() { return hate_list.GetEntWithMostHateOnList();}
Mob* GetHateMost() { return hate_list.GetEntWithMostHateInRange();}
bool IsEngaged() { return(!hate_list.IsHateListEmpty()); }
bool HateSummon();
void FaceTarget(Mob* MobToFace = 0);