(82dc10a74) Some margin.
This commit is contained in:
+1
-1
@@ -126,7 +126,7 @@ namespace Barotrauma
|
||||
var objective = new AIObjectiveGoTo(Item, character, objectiveManager);
|
||||
if (repairTool != null)
|
||||
{
|
||||
objective.CloseEnough = ConvertUnits.ToSimUnits(repairTool.Range);
|
||||
objective.CloseEnough = ConvertUnits.ToSimUnits(repairTool.Range) * 0.75f;
|
||||
}
|
||||
return objective;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user