This commit is contained in:
INeedBots 2020-10-02 19:22:25 -06:00
parent c7704aa368
commit a6b5e77bd9

View File

@ -361,7 +361,7 @@ chooseRandomPerk(perkkind, primary)
{ {
if (perk != "specialty_bulletdamage") if (perk != "specialty_bulletdamage")
{ {
if (randomInt(100) < 25) if (randomInt(100) < 35)
continue; continue;
if (primary == "cheytac") if (primary == "cheytac")
continue; continue;