(98501b696) Reduce the max accepted distance for repair tool ai operate.
This commit is contained in:
+1
-1
@@ -261,7 +261,7 @@ namespace Barotrauma
|
||||
if (character.CurrentHull == null)
|
||||
{
|
||||
currenthullSafety = 0;
|
||||
Priority = 100;
|
||||
Priority = 5;
|
||||
return;
|
||||
}
|
||||
if (character.OxygenAvailable < CharacterHealth.LowOxygenThreshold) { Priority = 100; }
|
||||
|
||||
Reference in New Issue
Block a user