coldblooded is op

This commit is contained in:
INeedBots 2020-10-23 18:43:13 -06:00
parent c39ad26333
commit 296d2d1523
2 changed files with 6 additions and 0 deletions

View File

@ -334,6 +334,9 @@ chooseRandomPerk(perkkind, primary)
if (perk == "specialty_pistoldeath") if (perk == "specialty_pistoldeath")
continue; continue;
if (perk == "specialty_coldblooded")
continue;
} }
if (reasonable) if (reasonable)

View File

@ -2178,6 +2178,9 @@ botGiveLoadout( team, class, allowCopycat )
if (loadoutPrimaryAttachment == "gl") if (loadoutPrimaryAttachment == "gl")
loadoutPrimaryAttachment = "none"; loadoutPrimaryAttachment = "none";
if (loadoutPerk2 == "specialty_coldblooded")
loadoutPerk2 = "specialty_none";
} }