This commit is contained in:
EvilFactory
2024-08-28 12:57:31 -03:00
12 changed files with 20 additions and 12 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)
{