mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-25 23:29:12 +00:00
stop op perks
This commit is contained in:
parent
db96b4775a
commit
47fa5a193d
@ -479,6 +479,9 @@ chooseRandomPerk( perkkind )
|
|||||||
{
|
{
|
||||||
if ( perkkind == "perk4" )
|
if ( perkkind == "perk4" )
|
||||||
return "specialty_null";
|
return "specialty_null";
|
||||||
|
|
||||||
|
if (perk == "specialty_coldblooded" || perk == "specialty_blindeye" || perk == "specialty_quieter")
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( reasonable )
|
if ( reasonable )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user