(ab2157c70) Remove KeepDivingGear property, because it can cause issues when the objective tree is deep. Checking the property is possible via recursion, but it seems that the checks can miss a frame. Instead, let's just make it simple and remove the diving suit only when idling.
This commit is contained in:
-1
@@ -11,7 +11,6 @@ namespace Barotrauma
|
||||
{
|
||||
public override string DebugTag => "extinguish fire";
|
||||
public override bool ForceRun => true;
|
||||
public override bool KeepDivingGearOn => true;
|
||||
public override bool ConcurrentObjectives => true;
|
||||
|
||||
private readonly Hull targetHull;
|
||||
|
||||
Reference in New Issue
Block a user