Multiple/general imporvements.

This commit is contained in:
mohabhassan 2019-06-25 01:17:10 +02:00
parent 06ccd72c3a
commit cb7ef4f98e
21 changed files with 9651 additions and 137 deletions

View file

@ -1223,7 +1223,7 @@ void PlayerBot::State_Idle
)
{
AimAtTargetPos();
AimAtAimNode();
CheckReload();
if( !MoveToBestAttractivePoint() && !IsMoving() )
@ -1294,7 +1294,7 @@ void PlayerBot::State_Curious
{
//AimAt( m_vLastCuriousPos );
AimAtTargetPos();
AimAtAimNode();
if( !MoveToBestAttractivePoint( 3 ) && !IsMoving() )
{