mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-03-15 07:26:56 +00:00
better
This commit is contained in:
parent
9b8627ba4b
commit
7664f491de
@ -734,6 +734,9 @@ stance_loop()
|
||||
if ( toStance == "stand" && randomInt( 100 ) <= self.pers["bots"]["behavior"]["crouch"] )
|
||||
toStance = "crouch";
|
||||
|
||||
if ( self.hasRiotShieldEquipped && isDefined( self.bot.target ) && isDefined( self.bot.target.entity ) && isPlayer( self.bot.target.entity ) )
|
||||
toStance = "crouch";
|
||||
|
||||
if ( toStance == "climb" )
|
||||
{
|
||||
self.bot.climbing = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user