This commit is contained in:
INeedBots 2020-10-02 19:20:18 -06:00
parent c35d7147c8
commit c7704aa368

View File

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