Release 1.8.8.1 - Calm Before the Storm Hotfix 1
This commit is contained in:
+1
@@ -12,6 +12,7 @@ namespace Barotrauma
|
||||
class AIObjectiveGetItem : AIObjective
|
||||
{
|
||||
public override Identifier Identifier { get; set; } = "get item".ToIdentifier();
|
||||
public override string DebugTag => $"{Identifier} ({(IdentifiersOrTags == null || IdentifiersOrTags.None() ? "none" : string.Join(", ", IdentifiersOrTags))})";
|
||||
|
||||
public override bool AbandonWhenCannotCompleteSubObjectives => false;
|
||||
public override bool AllowMultipleInstances => true;
|
||||
|
||||
Reference in New Issue
Block a user