mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-06-27 06:31:49 +00:00
ok
This commit is contained in:
@ -1107,6 +1107,9 @@ bot_equipment_kill_think()
|
||||
if(self HasScriptEnemy())
|
||||
continue;
|
||||
|
||||
if(self.pers["bots"]["skill"]["base"] <= 1)
|
||||
continue;
|
||||
|
||||
hasSitrep = self _HasPerk( "specialty_detectexplosive" );
|
||||
grenades = getEntArray( "grenade", "classname" );
|
||||
myEye = self getEye();
|
||||
|
Reference in New Issue
Block a user