mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-30 14:47:57 +03:00
Multiple/general imporvements.
This commit is contained in:
parent
06ccd72c3a
commit
cb7ef4f98e
21 changed files with 9651 additions and 137 deletions
|
@ -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() )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue