(a73e09604) Fixed inventory locking up when rewiring items with a Controller component (e.g. periscopes). Don't open the health interface by clicking on the healthbar when using a controller.
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Barotrauma
|
||||
|
||||
public AIObjectiveFixLeaks(Character character) : base (character, "") { }
|
||||
|
||||
protected override bool Filter(Gap gap)
|
||||
protected override void FindTargets()
|
||||
{
|
||||
if (character.Submarine == null) { return 0; }
|
||||
if (targets.None()) { return 0; }
|
||||
|
||||
Reference in New Issue
Block a user