This commit is contained in:
ineed bots
2024-05-09 15:44:56 -06:00
parent c5b7dd0c19
commit 7766d8b888
2 changed files with 53 additions and 0 deletions

View File

@@ -368,6 +368,13 @@ watchPickupGun()
{
continue;
}
// todo have bots use turrets instead of just kicking them off of it
if ( isdefined( self.turret ) )
{
self thread use( 0.5 );
continue;
}
weap = self getcurrentweapon();