From 787c1476e08113ee91c60c19390ca7c029cfce09 Mon Sep 17 00:00:00 2001 From: INeedBots Date: Fri, 2 Oct 2020 19:27:22 -0600 Subject: [PATCH] ok --- userraw/maps/mp/bots/_bot_script.gsc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/userraw/maps/mp/bots/_bot_script.gsc b/userraw/maps/mp/bots/_bot_script.gsc index 92f2b6f..4966dd1 100644 --- a/userraw/maps/mp/bots/_bot_script.gsc +++ b/userraw/maps/mp/bots/_bot_script.gsc @@ -1799,8 +1799,9 @@ bot_perk_think() break; class = ""; + reasonable = getDvarInt("bots_loadout_reasonable"); rank = self maps\mp\gametypes\_rank::getRankForXp( self getPlayerData( "experience" ) ) + 1; - if(rank < 4 || randomInt(100) < 2) + if(rank < 4 || (randomInt(100) < 2 && !reasonable)) { while(class == "") {