v1.5.7.0 (Summer Update)
This commit is contained in:
+2
-2
@@ -6,9 +6,9 @@ namespace Barotrauma
|
||||
class AIObjectiveDeconstructItem : AIObjective
|
||||
{
|
||||
public override Identifier Identifier { get; set; } = "deconstruct item".ToIdentifier();
|
||||
public override bool AllowWhileHandcuffed => false;
|
||||
protected override bool AllowWhileHandcuffed => false;
|
||||
|
||||
public override bool AllowInFriendlySubs => true;
|
||||
protected override bool AllowInFriendlySubs => true;
|
||||
|
||||
public readonly Item Item;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user