more changes

This commit is contained in:
ineed bots 2023-12-23 16:02:21 -06:00
parent 674c5dce80
commit 81a7ae0ff8
2 changed files with 1 additions and 3 deletions

View File

@ -424,7 +424,6 @@ bot_get_random_weapon( slot, rank )
break;
case "camera_spike":
case "satchel_charge":
if ( self.pers["bot"]["cod_points"] >= 2500 )
continue;
@ -943,7 +942,6 @@ bot_random_attachments( weap, atts, num )
case "ft":
case "ir":
case "auto":
case "gl":
continue;
}
@ -997,7 +995,6 @@ bot_random_attachments( weap, atts, num )
case "ft":
case "ir":
case "auto":
case "gl":
continue;
}

View File

@ -2346,6 +2346,7 @@ bot_use_equipment_think()
if ( self.pers["bot"]["class_equipment"] == "" || self.pers["bot"]["class_equipment"] == "weapon_null_mp" )
return;
// decoys?
for ( ;; )
{
wait( RandomIntRange( 1, 3 ) );