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

@@ -100,7 +100,7 @@ Priority( eObj, eEnt )
// TODO: check weallweapon type
base_priority = 0;
base_priority += ClampLerp( get_path_dist( self.origin, eEnt.origin ), 0, 800, 2, -2 );
base_priority += ClampLerp( get_path_dist( self.origin, eEnt.origin ), 0, 800, 1, -2 );
if ( self HasBotObjective() && self.bot_current_objective.eEnt != eEnt )
{