mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-06-28 07:01:49 +00:00
fixed hasPerk
This commit is contained in:
@ -1345,7 +1345,7 @@ canAds(dist, curweap)
|
||||
return false;
|
||||
|
||||
far = level.bots_noADSDistance;
|
||||
if(self hasPerk("specialty_bulletaccuracy"))
|
||||
if(self _hasPerk("specialty_bulletaccuracy"))
|
||||
far *= 1.4;
|
||||
|
||||
if(dist < far)
|
||||
|
Reference in New Issue
Block a user