added perk machine

This commit is contained in:
ineed bots
2023-07-17 00:23:43 -06:00
parent 68ab7dad3b
commit 50cc792fd4
6 changed files with 322 additions and 8 deletions

View File

@@ -56,7 +56,7 @@ Finder( eObj )
Priority( eObj, eEnt )
{
base_priority = 3;
base_priority += ClampLerp( get_path_dist( self.origin, eEnt.origin ), 500, 1200, 2, -2 );
base_priority += ClampLerp( get_path_dist( self.origin, eEnt.origin ), 500, 1200, 2, 0 );
if ( self HasBotObjective() && self.bot_current_objective.eEnt != eEnt )
{