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