This commit is contained in:
INeedBots 2020-10-02 19:27:22 -06:00
parent a6b5e77bd9
commit 787c1476e0

View File

@ -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 == "")
{