diff --git a/userraw/maps/mp/bots/_bot_script.gsc b/userraw/maps/mp/bots/_bot_script.gsc index 9523428..92f2b6f 100644 --- a/userraw/maps/mp/bots/_bot_script.gsc +++ b/userraw/maps/mp/bots/_bot_script.gsc @@ -361,7 +361,7 @@ chooseRandomPerk(perkkind, primary) { if (perk != "specialty_bulletdamage") { - if (randomInt(100) < 25) + if (randomInt(100) < 35) continue; if (primary == "cheytac") continue;