(8fd36f702) Add a separate value for run threshold. Increase the order priority from 50 to 70.
This commit is contained in:
@@ -8,7 +8,8 @@ namespace Barotrauma
|
||||
class AIObjectiveManager
|
||||
{
|
||||
// TODO: expose
|
||||
public const float OrderPriority = 50.0f;
|
||||
public const float OrderPriority = 70;
|
||||
public const float RunPriority = 50;
|
||||
// Constantly increases the priority of the selected objective, unless overridden
|
||||
public const float baseDevotion = 2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user