(a00338777) v0.9.2.1
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ namespace Barotrauma
|
||||
if (Character.CharacterList.Any(c => c.CurrentHull == item.CurrentHull && !HumanAIController.IsFriendly(c))) { return false; }
|
||||
if (!Objectives.ContainsKey(item))
|
||||
{
|
||||
if (item.Repairables.All(r => item.Condition > r.ShowRepairUIThreshold)) { return false; }
|
||||
if (item.Repairables.All(r => item.ConditionPercentage > r.ShowRepairUIThreshold)) { return false; }
|
||||
}
|
||||
if (RequireAdequateSkills)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user