v1.5.7.0 (Summer Update)

This commit is contained in:
Regalis11
2024-06-18 16:49:51 +03:00
parent 4a63dacbce
commit 230d1b6e78
263 changed files with 7792 additions and 2845 deletions
@@ -8,8 +8,8 @@ namespace Barotrauma
// Used for prisoner escorts to allow them to escape their binds
public override Identifier Identifier { get; set; } = "escape handcuffs".ToIdentifier();
public override bool AllowAutomaticItemUnequipping => true;
public override bool AllowOutsideSubmarine => true;
public override bool AllowInAnySub => true;
protected override bool AllowOutsideSubmarine => true;
protected override bool AllowInAnySub => true;
private int escapeProgress;
private bool isBeingWatched;
@@ -28,7 +28,6 @@ namespace Barotrauma
}
public override bool CanBeCompleted => true;
public override bool IsLoop { get => true; set => throw new Exception("Trying to set the value for IsLoop from: " + Environment.StackTrace.CleanupStackTrace()); }
protected override bool CheckObjectiveSpecific() => false;
// escape timer is set to 60 by default to allow players to locate prisoners in time