small update

This commit is contained in:
ineed bots
2024-04-30 12:50:15 -06:00
parent 746e10633a
commit f0eeda9b50
5 changed files with 34 additions and 10 deletions

View File

@@ -3010,6 +3010,12 @@ bot_killstreak_think_loop()
{
curWeap = self getcurrentweapon();
if ( curWeap == "radar_mp" || curWeap == "dogs_mp" || curWeap == "artillery_mp" )
{
self thread changeToWeapon( self.lastdroppableweapon );
return;
}
if ( curWeap == "none" || !isWeaponDroppable( curWeap ) )
{
curWeap = self.lastdroppableweapon;