Game + Actor improvements p1.

This commit is contained in:
mohabhassan 2018-09-17 23:50:38 +02:00
parent e205761d48
commit be0fa16fb1
58 changed files with 3229 additions and 1449 deletions

View file

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