mirror of
https://github.com/ineedbots/t5_bot_warfare.git
synced 2025-05-10 14:14:51 +00:00
more changes
This commit is contained in:
parent
674c5dce80
commit
81a7ae0ff8
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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 ) );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user