mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-23 06:15:43 +00:00
ok
This commit is contained in:
parent
a6b5e77bd9
commit
787c1476e0
@ -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 == "")
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user