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