Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
ineed bots committed May 9, 2024
1 parent 7766d8b commit 9e19374
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion maps/mp/bots/_bot_internal.gsc
Original file line number Diff line number Diff line change
Expand Up @@ -368,14 +368,21 @@ 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;
}

// todo have bots use vehicles properly
if ( self isinvehicle() )
{
self thread use( 0.5 );
continue;
}

weap = self getcurrentweapon();

if ( weap != "none" && self getammocount( weap ) )
Expand Down

0 comments on commit 9e19374

Please sign in to comment.