mirror of
https://github.com/JezuzLizard/t4sp_bot_warfare.git
synced 2025-09-08 01:27:26 +00:00
added perk machine
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
Reference in New Issue
Block a user