mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-22 13:55:43 +00:00
hasperk
This commit is contained in:
parent
fa14c3d77c
commit
562d7f5cf5
@ -5165,7 +5165,7 @@ bot_sab_loop()
|
||||
if ( self HasScriptGoal() )
|
||||
return;
|
||||
|
||||
if ( carrier hasPerk( "specialty_coldblooded" ) )
|
||||
if ( carrier _hasPerk( "specialty_coldblooded" ) )
|
||||
return;
|
||||
|
||||
origin = carrier.origin;
|
||||
@ -5751,7 +5751,7 @@ bot_cap_loop()
|
||||
if ( theirzone.bots > 2 || randomInt( 100 ) < 45 )
|
||||
{
|
||||
//kill carrier
|
||||
if ( carrier hasPerk( "specialty_coldblooded" ) )
|
||||
if ( carrier _hasPerk( "specialty_coldblooded" ) )
|
||||
return;
|
||||
|
||||
origin = carrier.origin;
|
||||
@ -6770,7 +6770,7 @@ bot_oneflag_loop()
|
||||
if ( theirzone.bots > 2 || randomInt( 100 ) < 45 )
|
||||
{
|
||||
//kill carrier
|
||||
if ( carrier hasPerk( "specialty_coldblooded" ) )
|
||||
if ( carrier _hasPerk( "specialty_coldblooded" ) )
|
||||
return;
|
||||
|
||||
origin = carrier.origin;
|
||||
|
Loading…
x
Reference in New Issue
Block a user