From 81a7ae0ff8ec1a08f3ab5514563b8a9866a05d87 Mon Sep 17 00:00:00 2001 From: ineed bots Date: Sat, 23 Dec 2023 16:02:21 -0600 Subject: [PATCH] more changes --- maps/mp/bots/_bot_loadout.gsc | 3 --- maps/mp/bots/_bot_script.gsc | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/maps/mp/bots/_bot_loadout.gsc b/maps/mp/bots/_bot_loadout.gsc index b40d12f..c0ab566 100644 --- a/maps/mp/bots/_bot_loadout.gsc +++ b/maps/mp/bots/_bot_loadout.gsc @@ -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; } diff --git a/maps/mp/bots/_bot_script.gsc b/maps/mp/bots/_bot_script.gsc index f35c490..9e551ed 100644 --- a/maps/mp/bots/_bot_script.gsc +++ b/maps/mp/bots/_bot_script.gsc @@ -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 ) );