v1.5.9.2 (Summer Update Hotfix 3)

This commit is contained in:
Regalis11
2024-08-28 12:14:27 +03:00
parent 0aee539762
commit e8920829c9
11 changed files with 18 additions and 11 deletions
@@ -65,7 +65,7 @@ namespace Barotrauma
{
return Objectives.ContainsKey(target) && AIObjectiveCleanupItems.IsItemInsideValidSubmarine(target, character);
}
if (target.CurrentHull.FireSources.Count > 0) { return false; }
if (target.CurrentHull != null && target.CurrentHull.FireSources.Count > 0) { return false; }
foreach (Character c in Character.CharacterList)
{