stop op perks

This commit is contained in:
ineedbots 2021-07-01 12:47:31 -06:00
parent db96b4775a
commit 47fa5a193d

View File

@ -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 )