mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-22 13:55:43 +00:00
coldblooded is op
This commit is contained in:
parent
c39ad26333
commit
296d2d1523
@ -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)
|
||||||
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user