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; break;
case "camera_spike": case "camera_spike":
case "satchel_charge":
if ( self.pers["bot"]["cod_points"] >= 2500 ) if ( self.pers["bot"]["cod_points"] >= 2500 )
continue; continue;
@ -943,7 +942,6 @@ bot_random_attachments( weap, atts, num )
case "ft": case "ft":
case "ir": case "ir":
case "auto": case "auto":
case "gl":
continue; continue;
} }
@ -997,7 +995,6 @@ bot_random_attachments( weap, atts, num )
case "ft": case "ft":
case "ir": case "ir":
case "auto": case "auto":
case "gl":
continue; 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" ) if ( self.pers["bot"]["class_equipment"] == "" || self.pers["bot"]["class_equipment"] == "weapon_null_mp" )
return; return;
// decoys?
for ( ;; ) for ( ;; )
{ {
wait( RandomIntRange( 1, 3 ) ); wait( RandomIntRange( 1, 3 ) );