(f0837188e) Bots now target only reported targets when the objective is not an order.
This commit is contained in:
+1
@@ -31,6 +31,7 @@ namespace Barotrauma
|
||||
|
||||
protected override bool Filter(PowerContainer battery)
|
||||
{
|
||||
if (battery == null) { return false; }
|
||||
var item = battery.Item;
|
||||
if (item.Submarine == null) { return false; }
|
||||
if (item.CurrentHull == null) { return false; }
|
||||
|
||||
Reference in New Issue
Block a user