mirror of
https://github.com/ineedbots/t4_bot_warfare.git
synced 2025-09-23 07:06:39 +00:00
turrets
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user